html {
_background-image: url(about:blank);
_background-attachment: fixed;
}
body {
background-attachment: scroll;
}
.topBox
{
width:100%;
height:30px;
background:#999;
position:fixed;
left:0px;
top:0;
_position:absolute;
z-index:99999999999;
_top:expression(documentElement.scrollTop);
}
IE6 Fixed
CSS样式与定位技巧
最新推荐文章于 2015-12-01 16:53:23 发布

2607

被折叠的 条评论
为什么被折叠?



