标签: css internet-explorer-8 if-statement
您好我已经为我的网站应用了一个ie修复,但它对ie8不起作用。我必须更具体吗?
<!--[if IE]> <link rel="stylesheet" type="text/css" href="/AEBP_Homepage_12887/css/ie.css" /> <![endif]-->
感谢您的帮助 问候 朱迪
答案 0 :(得分:2)
<!--[if IE]>或<!--[if IE 8]>对IE8就可以了。
<!--[if IE]>
<!--[if IE 8]>