作为这个问题的后续,我如何防止 Internet Explorer 加载多个样式表,(因为我希望 Firefox 和 Chrome 加载一个,而 IE 加载另一个?)是放置引用的顺序吗?或相同的文件名但在不同的文件夹中,我需要做一种if else
声明,还是什么?
例如,IE 是否会加载两者:
<!--[if IE]>
<link href="/Content/SiteIE.css" rel="stylesheet" type="text/css">
<![endif]-->
<link href="/Content/Site.css" rel="stylesheet" type="text/css">