【发布时间】:2015-02-12 17:18:40
【问题描述】:
我使用的是 IE 11 版本。 是否有其他解决方案可以执行以下操作:
当我尝试在 html webapge 中使用条件 IE 子句时没有任何反应。 谁能帮我调试一下这个问题。
<!--[if IE]>
<a href="next-page.php" class="start-button">CLICK ME</a>
<![endif]-->
【问题讨论】:
-
我不确定您是否正确地处理了这个问题。我的理解是
<!--[if IE]>只是一个CSS条件.. 并不意味着渲染或不渲染html标签.. . 不过我可能错了。
标签: html internet-explorer click conditional-statements