DIV悬浮置顶不闪烁方案
时间:2009-07-20 来源:cui810524
DIV悬浮置顶不闪烁方案
.aa{ width:100%; position:fixed; background:#FFFFFF;text-align:center; _position:absolute;_top:expression(eval(document.documentElement.scrollTop));z-index:1000;left:0;top:0; }
使用样式:
<div class="aa">
可以使div始终在浏览器顶部,并且下拉时不存在闪烁现象
.aa{ width:100%; position:fixed; background:#FFFFFF;text-align:center; _position:absolute;_top:expression(eval(document.documentElement.scrollTop));z-index:1000;left:0;top:0; }
使用样式:
<div class="aa">
可以使div始终在浏览器顶部,并且下拉时不存在闪烁现象
相关阅读 更多 +
排行榜 更多 +