固定位置显示弹出层(兼容IE6,IE8,FF)
固定位置显示弹出层(兼容IE6,IE8,FF)
发布时间:2016-12-27 来源:查字典编辑
摘要:css样式:body{_background-attachment:fixed;_background-image:url(nothing)...

css样式:

<style type="text/css">

body{_background-attachment:fixed; _background-image:url(nothing);}

#status-box{width:100px; height:100px; color:#FFF; background-color:black; position:fixed; _position:absolute; bottom:0;_top:expression(documentElement.scrollTop+document.documentElement.clientHeight-100); right:0;}

#cs{background-color:#ccc;width:200px;height:120px;position:absolute;left:100px;top:100px;}

</style>

body:

<body>

<div id="cs">随页面走动</div>

<div></div>

<div id="status-box">静态层</div>

</body>

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新 Div+Css教程学习
热门 Div+Css教程学习
网页设计子分类