怎么实现div层随着浏览器滚动条而滚动(绝对定位的层)? 30
3个回答
展开全部
#info {
background:#000;
color:#fff;
bottom: 0;
margin: 0 auto;
position: fixed;
height:23px;
/*opacity: .85;
filter: alpha(opacity=85);*/
line-height:23px;
width: 100%;
z-index: 999;
_bottom:auto;
_width: 100%;
_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
这是一个兼容IE6的绝对定位的写法。始终处于浏览器底部。
background:#000;
color:#fff;
bottom: 0;
margin: 0 auto;
position: fixed;
height:23px;
/*opacity: .85;
filter: alpha(opacity=85);*/
line-height:23px;
width: 100%;
z-index: 999;
_bottom:auto;
_width: 100%;
_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
这是一个兼容IE6的绝对定位的写法。始终处于浏览器底部。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
IE6无解,想别的办法吧。
多换几种写法,最后不得已再用JS。
如果是用Js写就是当前的top值+scrollTop
多换几种写法,最后不得已再用JS。
如果是用Js写就是当前的top值+scrollTop
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
使用js,好像有screen什么的方法,记不清楚了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询