超过一屏后自动浮动在最上方
2016/03/16    标签: 21    网页   

原理:超过一定高度时,改变div的position属性为fixed;

为兼容ie6加上 _body{background-image:url(about:blank);background-attachment:fixed} //ie6下页面抖动问题;_left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-pre_forum_post.offsetWidth)-(parseInt(pre_forum_post.currentStyle.marginLeft,10)||0)-(parseInt(pre_forum_post.currentStyle.marginRight,10)||0));_top:expression(eval(document.documentElement.scrollTop))}

//ie6下不兼容position:fixed;问题;代码如下,直接复制粘贴到html内即可;