csshack 解决ie6下position:fixed失效的问题

块上的类 

.fixed
{
position:fixed;
top:0;
_position:absolute;
_top:expression(eval(document.body.scrollTop||document.documentElement.scrollTop+0));
z-index:20;
width:100%;

}

<div class="fixed">

</div>

在body 上添加 <body style="background-image:url(about:blank);background-attachment:fixed">

在div下下html <div style=" margin-top:170px;"> 有一个间距需要 根据fixed的块的高度

 

posted @ 2013-07-30 16:28  幻想飞鱼  阅读(169)  评论(0编辑  收藏  举报