ie6,ie7,firefox兼容CSS
#example { background: #ff0000;width:100px;height:100px } /* Moz/FF/IE8 beta2 */
*html #example { background: #00ff00; } /* IE6 */
*+html #example { background: #0000ff; } /* IE7 */
<!--[if gte IE 8]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/default/themes/whitehouse/css/ie8.css" />
<![endif]-->
<!--[if lt IE 8]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/default/themes/whitehouse/css/ie.css" />
<![endif]-->
<!--[if IE 6]>
<link type="text/css" rel="stylesheet" media="all" href="/sites/default/themes/whitehouse/css/ie6.css" />
<![endif]-->
1 天 4 小时之前
2 天 9 小时之前
6 天 13 小时之前
1 周 2 天之前
1 周 2 天之前
1 周 3 天之前
1 周 4 天之前
2 周 15 小时之前
3 周 2 天之前
4 周 9 小时之前