.hacktest {color:Red;} /*Firefox*/
*html .hacktest {color:green;}/*IE6*/
*+html .hacktest {color:blue;}/*IE7*/
.hacktest {color:brown\9;} /*IE8*/

 

强制让IE8按IE7解析Css

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

 

最佳CSS定义换行代码

.wrap { table-layout:fixed; word-break: break-all; overflow:hidden; } 
这里 overflow:hidden;或者 auto;

相关文章: