11 2011 档案
摘要:解决css兼容的几种方法:1. !important (不是很推荐,用下面的一种感觉最安全)随着IE7对!important的支持, !important 方法现在只针对IE6的兼容.(注意写法.记得该声明位置需要提前.)#wrapper {width: 100px!important; /* IE7+FF */width: 80px; /* IE6 */} 1. IE6/IE77对FireFox*+html 与 *html 是IE特有的标签, firefox 暂不支持.而*+html 又为 IE7特有标签.#wrapper { width: 120px; } /* FireFox */*h.
阅读全文

浙公网安备 33010602011771号