注册会员 登录
大众世界 world of demotic + 社区新动力 返回首页

add的个人空间 https://www.wod.cn/?1 [收藏] [复制] [分享] [RSS]

日志

纯CSS兼容IE6下不识别fixed属性

已有 1557 次阅读2013-4-24 12:41

[code]
<!--[if lte IE 6]>
<style type="text/css">
html {
/*这个可以让IE6下滚动时无抖动*/
background: url(about:red) no-repeat fixed;
}
.mask{
position:absolute;
width: expression(offsetParent.clientWidth);
height: expression(offsetParent.clientHeight);
top: expression(offsetParent.scrollTop);
left: expression(offsetParent.scrollLeft);
}
</style>
<![endif]-->
备注:这个class为mask的元素我是直接作为body的子元素使用的,其他地方还没试过
[/code]

路过

雷人

握手

鲜花

鸡蛋

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 注册会员

Archiver|手机版|小黑屋|Wod Inc. ( 蜀ICP备20000008号-8

GMT+8, 2024-5-19 16:08 , Processed in 0.084525 second(s), 38 queries .

Powered by Discuz! X3.5

Copyright © 2001-2023 Tencent Cloud.

返回顶部