CSS兼容:用CSS代码来判断浏览器是Firefox、IE6、IE7的代码

网络整理 - 07-27
  • #example{color:red ;}/*firefox*/  
  • * html #example{color:blue;}/*ie6*/  
  • *+html #example{color:green;}/*ie7*/