浏览器兼容的css hack
Posted Fight With Me!!!
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了浏览器兼容的css hack相关的知识,希望对你有一定的参考价值。
<style>
div{
background:green; /* for firefox */
*background:red; /* for IE6 */
}
</style>
<div>
aasdasdasd
</div>
以上是关于浏览器兼容的css hack的主要内容,如果未能解决你的问题,请参考以下文章