Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/79.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/database/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
HTML5锅炉板—“HTML5锅炉板”;浏览“快乐”;消息_Html_Html5boilerplate - Fatal编程技术网

HTML5锅炉板—“HTML5锅炉板”;浏览“快乐”;消息

HTML5锅炉板—“HTML5锅炉板”;浏览“快乐”;消息,html,html5boilerplate,Html,Html5boilerplate,我正在使用HTML5锅炉板,并使用开发工具测试IE中的“浏览快乐”消息。当我切换到IE7模式时,我没有看到要求更新浏览器的消息,我仍然看到Hello world。。。为什么? <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browseh

我正在使用HTML5锅炉板,并使用开发工具测试IE中的“浏览快乐”消息。当我切换到IE7模式时,我没有看到要求更新浏览器的消息,我仍然看到Hello world。。。为什么?

<!--[if lt IE 7]>
            <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
        <![endif]--> 

<!-- Add your site or application content here -->
<header>This is a header</header>
<p>Hello world! This is HTML5 Boilerplate.</p>

这是一个标题
你好,世界!这是HTML5样板

此更改


如果您想让IE7显示它,您需要将注释更改为
如果您想让IE7显示它,您需要将注释更改为
您是对的,它现在可以工作了。