• <tfoot id='M7DeL'></tfoot>

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

    1. <legend id='M7DeL'><style id='M7DeL'><dir id='M7DeL'><q id='M7DeL'></q></dir></style></legend>

    2. <small id='M7DeL'></small><noframes id='M7DeL'>

        条件 CSS 区分 IE6 到 IE7

        时间:2023-10-01

      1. <i id='5aeY7'><tr id='5aeY7'><dt id='5aeY7'><q id='5aeY7'><span id='5aeY7'><b id='5aeY7'><form id='5aeY7'><ins id='5aeY7'></ins><ul id='5aeY7'></ul><sub id='5aeY7'></sub></form><legend id='5aeY7'></legend><bdo id='5aeY7'><pre id='5aeY7'><center id='5aeY7'></center></pre></bdo></b><th id='5aeY7'></th></span></q></dt></tr></i><div id='5aeY7'><tfoot id='5aeY7'></tfoot><dl id='5aeY7'><fieldset id='5aeY7'></fieldset></dl></div>
          <legend id='5aeY7'><style id='5aeY7'><dir id='5aeY7'><q id='5aeY7'></q></dir></style></legend>

            <bdo id='5aeY7'></bdo><ul id='5aeY7'></ul>
            <tfoot id='5aeY7'></tfoot>
          • <small id='5aeY7'></small><noframes id='5aeY7'>

                  <tbody id='5aeY7'></tbody>
                  本文介绍了条件 CSS 区分 IE6 到 IE7的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想声明一个不同于 ie6 和 ie7 的样式,但我在 css 中的情况被 IE7 识别为 IE6.我使用 XP 和资源管理器 7.这是我使用的代码:

                  i want to declare a style different to ie6 and ie7 , but my condition in css recognized by IE7 as IE6. I use XP and explorer 7. This the code i use :

                  <!--[if !IE]>
                  
                  #mainDiv{text-align:-moz-center;}
                  
                  #skyBanner {top:0px;left:0px; position:fixed;visibility:hidden;}
                  
                  <![endif]-->     
                  
                  <!--[if lt IE 7]>
                  
                  body > #skyBanner {  position: fixed;}
                  
                  #skyBanner {position:absolute;visibility:hidden;
                  
                  left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
                  
                  top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
                  
                  }
                  
                  <![endif]-->
                  
                  <!--[if IE 7]>
                  
                  #skyBanner {position:fixed;visibility:hidden;
                  
                  }    
                  <![endif]--> 
                  

                  我的错误是什么?

                  推荐答案

                  你不能在 CSS 中使用条件注释.仅在 HTML 中.因此,您必须将不同浏览器的声明放入不同的文件中,并对它们进行条件注释几个 <link>.

                  You can't use conditional comments in CSS. Only in HTML. So you'd have to put the declarations for the different browsers into different files and conditional-comment several <link>s to them.

                  更多类似的东西

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

                  这篇关于条件 CSS 区分 IE6 到 IE7的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:多个 if 语句的替代方案 下一篇:函数的类型没有返回正确的值但未定义

                  相关文章

                • <legend id='Sc7XW'><style id='Sc7XW'><dir id='Sc7XW'><q id='Sc7XW'></q></dir></style></legend>

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

                    1. <small id='Sc7XW'></small><noframes id='Sc7XW'>

                      • <bdo id='Sc7XW'></bdo><ul id='Sc7XW'></ul>