不同浏览器的CSS hack写法

| |
[2008/02/29 00:24 | 分类: Html技术 | by gdgzboy ]
引用
区别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   FF
*               √     √    ×
!important   ×     √    √


IE7的诞生,各种JS和CSS代码面临着严峻的兼容性考验,如何应付好这些考验,是每个开发人员所面临的难题...

以上信息来自互联网,仅此收藏...

            


作者:gdgzboy@牛C网
地址:http://www.niuc.net/post/56/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!



Tags: , ,
评论(0) | 引用(0) | 阅读(341)
发表评论
昵称 [注册]
密码 游客无需密码
网址
电邮
打开HTML 打开UBB 打开表情 隐藏 记住我