浏览器兼容的css hack

<style>
  div{
  background:green; /* for firefox */
  *background:red; /* for IE6 */
  }
  </style> 
<div>
aasdasdasd

</div>

原文地址:https://www.cnblogs.com/toSeeMyDream/p/5539776.html