查看文章 |
css在firefox/IE6/IE7浏览器下的兼容Hack
2007年08月30日 星期四 10:48
我只在这三种浏览器下测试 #example { color: #333; } /* Moz Firefox */ * html #example { color: #666; } /* IE6 */ *+html #example { color: #999; } /* IE7 */ 那么在firefox下字体颜色显示为#333,IE6下字体颜色显示为#666,IE7下字体颜色显示为#999,他们都互不干扰。 |
最近读者: