区别IE6与FF:
background:orange;*background:blue;
区别IE6与IE7:
background:green !important;background:blue;
区别IE7与FF:
background:orange; *background:green;
区别FF,IE7,IE6:
background:orange;*background:green !important;*background:blue;
注:IE都能识别*;标准浏览器(如FF)不能识别*;
IE6能识别*,但不能识别 !important,
IE7能识别*,也能识别!important;
FF不能识别*,但能识别!important;
===========================================================
另外再补充一个,下划线”_“,
IE6支持下划线,IE7和firefox均不支持下划线。
于是大家还可以这样来区分IE6,IE7,firefox
: background:orange;*background:green;_background:blue;
注:不管是什么方法,书写的顺序都是firefox的写在前面,IE7的写在中间,IE6的写在最后面。
css hack's tag archives
区别不同浏览器,CSS hack写法
Posted by Allan.Wang in 08月 26th 2008
Search
Who i am?
Name:王高垒 Age:23
Born in:河南 Live in:河南
Focus on:Web前端,Php语言
本blog采用创作共享版权协议, 要求署名、非商业和保持一致. 本站欢迎任何非商业应用的转载, 但须注明出自本blog, 并请保留原始链接, 此外还必须标注原文标题和链接.
分类
链接
- jQuery中文文档
- Kevin-Online - BI Friend
- Lamp兄弟连 - php相关
- 农历(万年历)查询
- 玛雅不归 - php相关
- 空气博客 - BI Friend
- 西米CC - 前端牛人
存档页
Music
标签
- 中文jQuery API jQuery 北京 垄断 夺宝奇兵4 斯皮尔伯格 安吉丽娜.朱莉 开发 摩根.弗里曼 栅格 正则表达式 洪磊 添加标签 父亲节 番茄花园 知识共享组织 维度 维度 统计 Vdoing 网店办照 解决 计算器 通缉犯 Wanted 功夫熊猫 在线 邀请码 blog CMS 设计 开源 css CSS 命名规则 css 文字 链接 CSS 绝对定位 相对定位 absolute relative css hack display google GOOGLE联盟 googleadsense inline js padding parseFloat PHP position qq QQ 彩虹QQ 河南新闻 runcode plug-in String.prototype 使用 vdoing web window.onload覆盖 wordpress themes



