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 style="height:900px;"/div
div id="status-box"静态层/div
/body
推荐阅读
- JavaScript在IE和FF下的兼容性问题
- 让IE6/IE7支持display:inline-block属性的两种方法
- ie6、ie7下overflow失效的有效解决方法
- Win10 Edge浏览器太依赖IE11?只需关闭兼容性列表就搞定
- css:fixed定位兼容不同系列不同版本的浏览器包括IE6.0
- Discuz7.2 IE9兼容性写法 杜工完全修补方案
- IE6/IE7/IE8/Firefox/Chrome/Safari的CSS hack兼容一览表
- css FF与IE兼容性总结
- Win7系统下防止IE8主页被篡改的有效方法
- 原生js编写设为首页兼容ie、火狐和谷歌