• css hack - [web开发]

    2008-10-15

    Tag:css hack
    区别不同浏览器,CSS hack写法:
    区别IE6与FF:       background:orange;*background:blue;
    区别IE6与IE7:       background:green !important;background:blue;
    区别IE7与FF:       background:orange;&nbs...