首页 > 其他 > 详细

在页面左右一个悬浮div兼容IE6 IE7 8 9 Firefox chrome

时间:2014-08-11 10:03:41      阅读:313      评论:0      收藏:0      [点我收藏+]

在页面左右一个悬浮div兼容IE6 IE7 8 9 Firefox chrome 

#identifier-pannel {
    bottom: 345px;
    margin-left: 512px;
    position: fixed;
    _position: absolute;
    left: 50%;
    width: 110px;
    _top: expression(eval(document.documentElement.scrollTop || document.body.scrollTop) +eval(document.documentElement.clientHeight || document.body.clientHeight) -480 +‘px‘);
    z-index: 998;
}

 

在页面左右一个悬浮div兼容IE6 IE7 8 9 Firefox chrome,布布扣,bubuko.com

在页面左右一个悬浮div兼容IE6 IE7 8 9 Firefox chrome

原文:http://www.cnblogs.com/yeminglong/p/3903969.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!