阅读背景:

如何防止固定定位元素与css中的其他元素重叠?

来源:互联网 

Say I have three divs:

说我有三个div:

<div id="outer"></div>
  <div id="one"></div>
  <div id="two"></div>
  <div id="three"></div>
</div>

#one {
  position:fixed;
  top:0px;
  left:0px;
}

#two {
  width: 80%;
  height:500px;
}

#three {
  width: 80%;
  height:500px;
}
<div id="o



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: