不多说,直接贴图,如下:
/* 只在IE8下生效 */ <!--[if IE 8]> color: #666; <![endif]--> /* 只在IE9下生效 */ <!--[if IE 9]> color: #777; <![endif]--> /* 在非IE下生效 */ <!--[if !IE]> color: #fff; <![endif]-->
不同浏览器下显示不同样式案例
原文:http://blog.csdn.net/laijieyao/article/details/44565991