我想在IE浏览器中添加条件样式表。我试图将它添加到主题html.tpl.php文件中
<!--[if IE]><link rel="stylesheet" type="text/css" href="themes/themeName/css/ie_style.css"></link><![endif]-->
此文件路径也正确但不包含在IE浏览器中。
答案 0 :(得分:1)
尝试这个,它将针对IE 7的VERSIONS以下的所有IE浏览器。
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="themes/themeName/css/ie_style.css"></link><![endif]-->