【发布时间】:2011-11-23 16:25:06
【问题描述】:
我在我的<head> 中链接了宏伟的HTML5 javascript shim。
它工作正常除了它在页面顶部显示标签即:
<!--[if lt IE9]> <![endif]-->
当我查看源代码时,它看起来非常漂亮和漂亮。我完全不知道发生了什么!!!
【问题讨论】:
标签: internet-explorer conditional-comments
我在我的<head> 中链接了宏伟的HTML5 javascript shim。
它工作正常除了它在页面顶部显示标签即:
<!--[if lt IE9]> <![endif]-->
当我查看源代码时,它看起来非常漂亮和漂亮。我完全不知道发生了什么!!!
【问题讨论】:
标签: internet-explorer conditional-comments
在IE 和9 之间添加一个空格。
【讨论】:
if le IE 8 而不是 if lte IE 8