摘要:
如何写CSS Hack 比如要分辨IE6和firefox两种浏览器,可以这样写: <style>div{background:green;/*forfirefox*/*background:red;/*forIE6*/}</style><div>我在IE6中看到是红色的,在firefox中看到是绿色的。</div> [xml] view plaincopy<style>div{background:green;/*forfirefox*/*background:red;/*forIE6*/}</style><div& 阅读全文