`
vance_sunny
  • 浏览: 7665 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
最近访客 更多访客>>
社区版块
存档分类
最新评论

css特定区域不随滚动条滚动

    博客分类:
  • css
阅读更多
.area1{ 
 top: 0;
 width: 100%; 
 position: fixed; 
 _position: absolute;
 z-index: 999; 
 background-color: white;
} 
.area2{ 
 width: 100%;
 position: relative; 
 top: 85px; 
} 

area1固定,area2可滚动,且滚动至area1区域时内容被覆盖(将背景颜色去掉可共存);
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics