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

推荐订阅源

Google DeepMind News
Google DeepMind News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
量子位
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
F
Fortinet All Blogs
T
Tailwind CSS Blog
Martin Fowler
Martin Fowler
I
InfoQ
The GitHub Blog
The GitHub Blog
有赞技术团队
有赞技术团队
The Cloudflare Blog
罗磊的独立博客

博客园 - 网魂小兵

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()    收藏  举报