文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>解决IE6浏览器下position:fixed

解决IE6浏览器下position:fixed

时间:2011-05-11  来源:flyhacker

解决IE6下:

position:fixed


解决方法:

1. JS
2. CSS

1.
window.onresize = window.onscroll = function(){
    //reset top
};
2.
!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)));

可以自己修改联调!
相关阅读 更多 +
排行榜 更多 +
打螺丝高手

打螺丝高手

模拟经营 下载
解救火柴人计划安卓版

解救火柴人计划安卓版

体育竞技 下载
鸡生化精英安卓版

鸡生化精英安卓版

飞行射击 下载