惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Tailwind CSS Blog
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
The Cloudflare Blog
博客园 - 聂微东
博客园 - 司徒正美
量子位
博客园 - 三生石上(FineUI控件)
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
G
Google Developers Blog
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
Y
Y Combinator Blog
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
有赞技术团队
有赞技术团队
A
About on SuperTechFans

博客园 - 网魂小兵

Docker for MAC SqlServer将没有log文件的数据库文件附加到服务器中 [mongodb-10gen]ubuntu下安装方法 [GO编程] GO入门语法基础 [GO编程]GO编程环境 Cookie标注 [node.js]小释 跟我一起学习ASP.NET 4.5 MVC4.0(六) 跟我一起学习ASP.NET 4.5 MVC4.0(五) 跟我一起学习ASP.NET 4.5 MVC4.0(四) 跟我一起学习ASP.NET 4.5 MVC4.0(三) 跟我一起学习ASP.NET 4.5 MVC4.0(二) 跟我一起学习ASP.NET 4.5 MVC4.0(一) VS11在Win8下的安装和体验 Win8安装体验 ASP.NET MVC4.0展望 .NET命名规范和开发约定 安装TFS2010的注意事项 VS2010类模板更改,增加版权等等信息
IE6 css fixed
网魂小兵 · 2012-10-12 · via 博客园 - 网魂小兵
.fixed-top{position:fixed;bottom:auto;top:0px;}
.fixed-bottom{position:fixed;bottom:0px;top:auto;}
.fixed-left{position:fixed;right:auto;left:0px;}
.fixed-right{position:fixed;right:0px;left:auto;}
/* IE6 */
* html,* html body{background-image:url(about:blank);background-attachment:fixed;}
* html .fixed-top{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop));}
* html .fixed-right{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{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{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft));}

备注一下,经常想用的时候都得查!!!

posted @ 2012-10-12 17:12  网魂小兵  Views(3010)  Comments()    收藏  举报