绝对定位模拟固定定位

Posted tujw

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了绝对定位模拟固定定位相关的知识,希望对你有一定的参考价值。

技术图片
*
    margin: 0;
    padding: 0;
    list-style: none;


body,
html 
    height: 100%;
    overflow: hidden;


#content 
    height: 100%;
    overflow: auto;


#wrapper 
    position: absolute;
    height: 100px;
    width: 100%;
    background-color: #f00;
View Code
技术图片
<div id="content">
        <div id="wrapper">
            
        </div>
    </div>
View Code

 

以上是关于绝对定位模拟固定定位的主要内容,如果未能解决你的问题,请参考以下文章