<bdo id='smlBo'></bdo><ul id='smlBo'></ul>

    <small id='smlBo'></small><noframes id='smlBo'>

    <legend id='smlBo'><style id='smlBo'><dir id='smlBo'><q id='smlBo'></q></dir></style></legend>

    1. <tfoot id='smlBo'></tfoot>

      <i id='smlBo'><tr id='smlBo'><dt id='smlBo'><q id='smlBo'><span id='smlBo'><b id='smlBo'><form id='smlBo'><ins id='smlBo'></ins><ul id='smlBo'></ul><sub id='smlBo'></sub></form><legend id='smlBo'></legend><bdo id='smlBo'><pre id='smlBo'><center id='smlBo'></center></pre></bdo></b><th id='smlBo'></th></span></q></dt></tr></i><div id='smlBo'><tfoot id='smlBo'></tfoot><dl id='smlBo'><fieldset id='smlBo'></fieldset></dl></div>
    2. 是否有包括样式表在内的浏览器条件列表?

      Is there a list of browser conditionals for use including stylesheets?(是否有包括样式表在内的浏览器条件列表?)

      <small id='2PRDv'></small><noframes id='2PRDv'>

        <tbody id='2PRDv'></tbody>

      <legend id='2PRDv'><style id='2PRDv'><dir id='2PRDv'><q id='2PRDv'></q></dir></style></legend>

          <bdo id='2PRDv'></bdo><ul id='2PRDv'></ul>

            <i id='2PRDv'><tr id='2PRDv'><dt id='2PRDv'><q id='2PRDv'><span id='2PRDv'><b id='2PRDv'><form id='2PRDv'><ins id='2PRDv'></ins><ul id='2PRDv'></ul><sub id='2PRDv'></sub></form><legend id='2PRDv'></legend><bdo id='2PRDv'><pre id='2PRDv'><center id='2PRDv'></center></pre></bdo></b><th id='2PRDv'></th></span></q></dt></tr></i><div id='2PRDv'><tfoot id='2PRDv'></tfoot><dl id='2PRDv'><fieldset id='2PRDv'></fieldset></dl></div>

                <tfoot id='2PRDv'></tfoot>
              1. 本文介绍了是否有包括样式表在内的浏览器条件列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我见过人们在他们的 HTML 中做这样的事情:

                I've seen people doing things like this in their HTML:

                <!--[if IE]>
                  <link rel="stylesheet" href="ie.css" type="text/css" />
                <![endif]-->
                

                这是否适用于所有现代浏览器?是否有可以使用这种 if 语句的浏览器类型列表?

                Does this work across all modern browsers and is there a list of browser types that will work with that kind of if statement?

                编辑

                谢谢罗斯.有兴趣了解 gt、lt、gte 和 &lte.

                推荐答案

                这适用于所有浏览器,因为除了 IE 之外的任何浏览器都可以看到 <!--IGNORED COMMENT-->.如果评论包含条件子句,则只有 IE 会读取评论.看看这篇文章

                This works across all browsers because anything except IE sees <!--IGNORED COMMENT-->. Only IE reads the comment if it contains a conditional clause. Have a look at this article

                您还可以指定 IE 的版本.例如:

                You can also specify which version of IE. For example:

                <!--[if IE 8]>
                <link rel="stylesheet type="text/css" href="ie8.css" />
                <![endif]-->
                

                这篇关于是否有包括样式表在内的浏览器条件列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Opensource/free HTML5/CSS3/JavaScript IDE?(开源/免费 HTML5/CSS3/JavaScript IDE?)
                jump to CSS selector in a css file from the HTML file in Vim using a single keystroke(使用单次击键从 Vim 中的 HTML 文件跳转到 CSS 文件中的 CSS 选择器)
                Show VB6 forms when click a link in html page of webbrowser(单击 webbrowser html 页面中的链接时显示 VB6 表单)
                Remove Styles from Text when Copying / Cutting using CSS or Javascript(使用 CSS 或 Javascript 复制/剪切时从文本中删除样式)
                find unused images, css rules, js script blocks(查找未使用的图像、css 规则、js 脚本块)
                Showing a CSS loading indicator while fetching data(在获取数据时显示 CSS 加载指示器)

                  <i id='HFaYW'><tr id='HFaYW'><dt id='HFaYW'><q id='HFaYW'><span id='HFaYW'><b id='HFaYW'><form id='HFaYW'><ins id='HFaYW'></ins><ul id='HFaYW'></ul><sub id='HFaYW'></sub></form><legend id='HFaYW'></legend><bdo id='HFaYW'><pre id='HFaYW'><center id='HFaYW'></center></pre></bdo></b><th id='HFaYW'></th></span></q></dt></tr></i><div id='HFaYW'><tfoot id='HFaYW'></tfoot><dl id='HFaYW'><fieldset id='HFaYW'></fieldset></dl></div>

                    <tbody id='HFaYW'></tbody>

                      <legend id='HFaYW'><style id='HFaYW'><dir id='HFaYW'><q id='HFaYW'></q></dir></style></legend>

                          <bdo id='HFaYW'></bdo><ul id='HFaYW'></ul>
                          <tfoot id='HFaYW'></tfoot>

                          <small id='HFaYW'></small><noframes id='HFaYW'>