浏览器兼容样式:

区别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;_background:blue;
    background:orange;*background:green !important;*background:blue;

IE6能识别*,但不能识别 !important
IE7能识别*,也能识别 !important
FF不能识别*,但能识别 !important
注意:优先级次序FF>IE7>IE6


IE8可以使用background:green\9这样的形式进行兼容

IE6不支持透明图片,PNG图片仍会显示背景
posted on 2011-05-26 18:13  叩亦杰  阅读(331)  评论(0编辑  收藏  举报