会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
soloyeah
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
兼容性
各浏览器的兼容性解决方案
关于position:fixed在iE6中的解决方案
摘要:假如有个div元素<div id="test"><div>,其样式为 #test{ position:fixed; top:200px; left:500px; } 为了兼容IE6,则需添加以下样式 * html #test{ position:absolute; top:expression(((
阅读全文
posted @
2016-12-08 19:32
soloyeah
阅读(158)
评论(0)
推荐(0)
公告