绝对定位模拟固定定位

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

 

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

绝对定位模拟固定定位

讲讲相对定位、绝对定位、固定定位的理解?

CSS绝对定位与相对定位的区别?

HTML定位——绝对定位和相对定位固定定位

相对定位 and 绝对定位 and 固定定位

相对定位绝对定位固定定位区别