CSS模拟position:fixed,一边滚动,一边不滚动

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>模拟position:fixed</title>

</head>

<style>

* { padding:0; margin:0;}

body { height:100%; overflow:hidden; font-size:14px; line-height:2; position:relative;}

html { height:100%; overflow:hidden;}

.fixed { position:absolute; top:10px; left:10px; width:200px; height:350px; background:#fc0; border:1px solid #f60;}

.wrapper { height:100%; overflow:auto;}

.body { padding-top:10px; margin-left:232px;}

</style>

<body>

<div class="fixed">左边无论怎么滚动这个窗口它都不会动的</div>

<div class="wrapper">

<div class="body">

<li><a href="/soft/1843.shtml" target="_blank">显示内容1显示内容1显示内容1显示内容1</a></li><li><a href="/soft/1986.shtml" target="_blank">显示内容2显示内容2显示内容

2</a></li><li><a href="/soft/4374.shtml" target="_blank">显示内容3显示内容3显示内容3</a></li><li><a href="/soft/1060.shtml" target="_blank">显示内容4显示内容4显示内容

4</a></li><li><a href="/soft/4609.shtml" target="_blank">显示内容5显示内容5显示内容5</a></li><li><a href="/soft/1078.shtml" target="_blank">显示内容6显示内容

6</a></li><li><a href="/soft/2030.shtml" target="_blank">显示内容7显示内容7显示内容7</a></li><li><a href="/soft/3119.shtml" target="_blank">显示内容8显示内容8显示内容

8</a></li><li><a href="/soft/2927.shtml" target="_blank">显示内容9显示内容9显示内容</a></li><li><a href="/soft/2460.shtml" target="_blank">显示内容10显示内容

10</a></li><li><a href="/soft/5654.shtml" target="_blank">显示内容11显示内容11</a></li><li><a href="/soft/3353.shtml" target="_blank">显示内容12显示内容

12</a></li><li><a href="/soft/1852.shtml" target="_blank">显示内容13显示内容13</a></li><li><a href="/soft/1843.shtml" target="_blank">显示内容14显示内容

14</a></li><li><a href="/soft/1986.shtml" target="_blank">显示内容15显示内容15</a></li><li><a href="/soft/4374.shtml" target="_blank">显示内容16显示内容

16</a></li><li><a href="/soft/1060.shtml" target="_blank">显示内容17显示内容17</a></li><li><a href="/soft/4609.shtml" target="_blank">显示内容18显示内容

18</a></li><li><a href="/soft/1078.shtml" target="_blank">显示内容19显示内容19</a></li><li><a href="/soft/2030.shtml" target="_blank">显示内容20显示内容

20</a></li><li><a href="/soft/3119.shtml" target="_blank">显示内容21显示内容21</a></li><li><a href="/soft/2927.shtml" target="_blank">显示内容22显示内容22</a></li>

</div>

</div>

<div><A href="http://www.999jiujiu.com/">http://www.999jiujiu.com/</A></div>

</body>

</html>

时间: 2024-10-12 05:09:39

CSS模拟position:fixed,一边滚动,一边不滚动的相关文章

css中position:fixed实现div居中

上下左右 居中 代码如下 复制代码 div{ position:fixed; margin:auto; left:0; right:0; top:0; bottom:0; width:200px; height:150px;} 如果只需要左右居中,那么把 bottom:0; 或者 top:0; 删掉即可如果只需要上下居中,那么把 left:0; 或者 right:0; 即可 下面附一个DIV 元素在浏览器窗口居中 其实,实现这个效果并不复杂,利用 CSS 中的 position 定位就可以轻松搞

css 兼容 position:fixed

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-

css基础 position:fixed/absolute 把div转换为行内块元素

礼悟:    公恒学思合行悟,尊师重道存感恩.叶见寻根三返一,江河湖海同一体.          虚怀若谷良心主,愿行无悔给最苦.读书锻炼养身心,诚劝且行且珍惜.              ide:visual studio 2017             browser:Chrome                     os:win7 代码 <!DOCTYPE html> <html> <head> <meta charset="utf-8&qu

小技巧css解决移动端ios不兼容position:fixed属性,无需插件

转载自:http://www.ithao123.cn/content-649841.html 移动端开发仿app头部底部固定设置position:fixed,android2.2以上已经实现.但是在ios8以下系统,当小键盘激活时,都会出现位置浮动问题.如图: 如何解决: 查阅资料之后想到一下几种解决方法 1,使用position:absolute模拟 <script type="text/javascript">     window.onscroll=function(

css解决移动端ios不兼容position:fixed属性,无需插件

移动端开发仿app头部底部固定设置position:fixed,android2.2以上已经实现.但是在ios8以下系统,当小键盘激活时,都会出现位置浮动问题.如图: 如何解决: 查阅资料之后想到一下几种解决方法 1,使用position:absolute模拟 <script type="text/javascript">     window.onscroll=function(){     $(".fixed").css("top"

解决IOS safari在input focus弹出输入法时不支持position fixed的问题

该文章为转载 我们在做移动web应用的时候,常常习惯于使用position:fixed把一个input框作为提问或者搜索框固定在页面底部.但在IOS的safari和webview中,对position:fixed的支持不是很好(在IOS5之前甚至还不支持position:fixed).我遇到的其中一个问题就是,在iOS6+环境下,input focus弹出输入法的时候,设置了position fixed的input框浮在页面上了,而不是吸附在软键盘上.效果如图(图片来源于网上): 而Androi

关于ie6 不支持position:fixed的问题

css中有position: fixed;可以直接用.IE6确不支持,解决办法: * html,* html body{background-image:url(about:blank);background-attachment:fixed;} .top-nav-wrap-fix{position: fixed; top:0; _position:absolute;_top:expression_r(eval_r(document.documentElement.scrollTop)); le

用position:fixed编写超简单的固定footer

In this exercise you will create a sticku footer with is stuck at the bottom of the page allways. (固定在底部的footer) <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>HTML CSS Exercise Create a sticky footer&l

CSS之Position全面认识

CSS的很多其他属性大多容易理解,比如字体,文本,背景等.有些CSS书籍也会对这些简单的属性进行大张旗鼓的介绍,而偏偏忽略了对一些难缠的属 性讲解,有避重就轻的嫌疑.CSS中主要难以理解的属性包括盒型结构,以及定位.正如positioniseverything,本文将主要讲述关于 position的理解,力求让您看完本文后对position有着最全面的认识. position的四个属性值 relative absolute fixed static 下面分别讲述这四个属性 复制代码 代码如下: