解决IE6下 position的fixed定位问题
生活随笔
收集整理的這篇文章主要介紹了
解决IE6下 position的fixed定位问题
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
html{
_background:url(about:blank); /* 阻止IE6閃動 , 把空文件連接換成about:blank , 減少請求 */
}
/* 圖層 */
.pFixed{
position:fixed;
_position: absolute;
_top:expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight);
_left:expression(documentElement.scrollLeft+documentElement.clientWidth-this.offsetWidth-200);
}
轉(zhuǎn)載于:https://www.cnblogs.com/chaoming/archive/2013/03/28/2987071.html
總結(jié)
以上是生活随笔為你收集整理的解决IE6下 position的fixed定位问题的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 如何在Eclipse中显示行号
- 下一篇: png图片结构分析与加密解密原理(转)