区别不同浏览器的css hack写法:
区别ie6与ff:
backgroundrange;*blue;
区别ie6与ie7:
background:green !important;blue;
区别ie7与ff:
backgroundrange; *background:green;
区别ff,ie7,ie6:
backgroundrange;*background:green !important;*blue;
注:ie都能识别*;标准浏览器(如ff)不能识别*;
ie6能识别*,但不能识别 !important,
ie7能识别*,也能识别!important;
ff不能识别*,但能识别!important;
另外再补充一个,下划线"_",
ie6支持下划线,ie7和firefox均不支持下划线。
以上就是不同浏览器的CSS hack写法介绍的详细内容,更多请关注php中文网其它相关文章!
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号