• 企业400电话
  • 网络优化推广
  • AI电话机器人
  • 呼叫中心
  • 全 部 栏 目

    网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    IE条件语句 IE hack大全
    POST TIME:2021-10-18 09:26
    Conditional comments work as follows:
    复制代码 代码如下:

    !--[if IE 6]>Special instructions for IE 6 here![endif]-->
    [code]

    Their basic structure is the same as an HTML comment (!-- -->). Therefore all other browsers will see them as normal comments and will ignore them entirely.
    IE, though, has been programmed to recognize the special !--[if IE]> syntax, resolves the ifand parses the content of the conditional comment as if it were normal page content.
    Since conditional comments use the HTML comment structure, they can only be included in HTML files, and not in CSS files. I'd have preferred to put the special styles in the CSS file, but that's impossible. You can also put an entire new link> tag in the conditional comment referring to an extra style sheet.
    Example
    Below I added a lot of conditional comments that print out messages according to your IE version.

    Note however, that if you use multiple Explorers on one computer, the conditional comments will render as if all these Explorer versions are the highest Explorer version available on your machine (usually Explorer 6.0).

    Test
    Below are a few conditional comments that reveal the IE version you're using.

    According to the conditional comment this is IE
    According to the conditional comment this is IE 7
    According to the conditional comment this is IE lower than 9
    According to the conditional comment this is IE lower or equal to 7
    According to the conditional comment this is IE greater than 6

    Code
    The syntax I use is:
    [code]
    p class="accent">
    !--[if IE]>
    According to the conditional comment this is IEbr />
    ![endif]-->
    !--[if IE 6]>
    According to the conditional comment this is IE 6br />
    ![endif]-->
    !--[if IE 7]>
    According to the conditional comment this is IE 7br />
    ![endif]-->
    !--[if IE 8]>
    According to the conditional comment this is IE 8br />
    ![endif]-->
    !--[if IE 9]>
    According to the conditional comment this is IE 9br />
    ![endif]-->
    !--[if gte IE 8]>
    According to the conditional comment this is IE 8 or higherbr />
    ![endif]-->
    !--[if lt IE 9]>
    According to the conditional comment this is IE lower than 9br />
    ![endif]-->
    !--[if lte IE 7]>
    According to the conditional comment this is IE lower or equal to 7br />
    ![endif]-->
    !--[if gt IE 6]>
    According to the conditional comment this is IE greater than 6br />
    ![endif]-->
    !--[if !IE]> -->
    According to the conditional comment this is not IEbr />
    !-- ![endif]-->
    /p>

    Note the special syntax:

    gt: greater than
    lte: less than or equal to
    Also note the last one. It has a different syntax, and its contents are shown in all browsers that are not IE:
    复制代码 代码如下:

    !--[if !IE]> -->


    CSS hack?
    Are conditional comments CSS hacks? Strictly speaking, yes, since they can serve to give special style instructions to some browsers. However, they do not rely on one browser bug to solve another one, as all true CSS hacks do. Besides, they can be used for more than CSS hacks only (though that rarely happens).

    Since conditional comments are not based on a browser hack but on a deliberate feature I believe they are safe to use. Sure, other browsers could implement conditional comments, too (though as yet none have done so), but they're unlikely to react to the specific query !--[if IE]>.

    I use conditional comments, though sparingly. First I see if I can find a real CSS solution to an Explorer Windows problem. If I can't, though, I don't hesitate to use them.

    Comment tag
    A reader told me IE also supports the (non-standard) comment> tag.

    p>This is comment>not/comment> IE./p>

    This isIE.

    This tag might be a replacement for the !IE conditional comment.
    上一篇:session的存储方式和配置方法介绍
    下一篇:比较经典技术普及帖 以你刚才在淘宝上买了一件东西
  • 相关文章
  • 

    关于我们 | 付款方式 | 荣誉资质 | 业务提交 | 代理合作


    © 2016-2020 巨人网络通讯

    时间:9:00-21:00 (节假日不休)

    地址:江苏信息产业基地11号楼四层

    《增值电信业务经营许可证》 苏B2-20120278

    X

    截屏,微信识别二维码

    微信号:veteran88

    (点击微信号复制,添加好友)

     打开微信