博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ie6 支持fixed
阅读量:5085 次
发布时间:2019-06-13

本文共 962 字,大约阅读时间需要 3 分钟。

* html,* html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}* html .fixed-top /* IE6 头部固定 */{position:absolute; bottom:auto; right:auto;top:expression(eval(document.documentElement.scrollTop));}* html .fixed-right /* IE6 右侧固定 */{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));}* html .fixed-bottom /* IE6 底部固定 */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}* html .fixed-left /* IE6 左侧固定 */{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft));}

 

转载于:https://www.cnblogs.com/xuyaoxiang1991/p/3386560.html

你可能感兴趣的文章
实现数据同步 -----将post, get 码云私有仓库
查看>>
error LNK2019: 无法解析的外部符号 _WinMain@16,该符号在函数 ___tmainCRTStartup 中被引用...
查看>>
JAVA (StringBuffer/StringBuilder)常用API
查看>>
归并链表(简单方法)
查看>>
.NET应用和AEAI CAS集成详解
查看>>
JAVA 1.6 流程控制语句
查看>>
如何衡量每个人在各自团队的效率和绩效?
查看>>
利用java代码生成keyStore
查看>>
A. Odds and Ends(思维)
查看>>
AcWing:146. 序列(小根堆 + 数学归纳 + 贪心)
查看>>
AcWing:111. 畜栏预定(贪心 + 小根堆)
查看>>
AcWing:142. 前缀统计(字典树)
查看>>
B. Tell Your World(几何数学 + 思维)
查看>>
AcWing:178. 第K短路(A*)
查看>>
AcWing:172. 立体推箱子(bfs)
查看>>
暑假集训 - 8.6 总结
查看>>
AcWing:175. 电路维修(bfs)
查看>>
AcWing:176. 装满的油箱(bfs + dijiskla思想)
查看>>
AcWing:177. 噩梦(bfs)
查看>>
AcWing:149. 荷马史诗(哈夫曼编码 + k叉哈夫曼树)
查看>>