【发布时间】:2013-08-10 23:19:10
【问题描述】:
我为 IE 制作了这些,而为 IE 制作了一个。非 IE 显示在 IE 中和非 IE 显示。新的 IE 不支持这个还是我的 IE 搞砸了?我很确定我正确地写了这些,因为即使我正在阅读的书的资源也不起作用。还是这本书的作者我遗漏了什么。
这是我的作品:
For IE: <!--[if IE]><div class="ieFlow"><h1>Your Board</h1></div><![endif]-->
For not IE <!--[if !IE]--><div class="Flow"><h1>Your Board</h1></div><!--[endif]-->
这是本书的作品:
<!--[if IE]>
<h1>You're using IE</h1>
<![endif]-->
都不行。
【问题讨论】: