让你的网站IE8浏览自动用IE7兼容模式
<html><head> <!-- 在head标签中加入下面这句就能让IE8跟IE7的样式一样了 --> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <title>My Web Page</title></head><body> <p>Content goes here.</p></body></html>