Skip to content

[css] 第83天 IE(6/7/8/9/10/11/Edge)下的hack写法分别有哪些? #585

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第83天 IE(6/7/8/9/10/11/Edge)下的hack写法分别有哪些?
Tips: 跟昨天的题目相似 #581

Activity

nowherebutup

nowherebutup commented on Jul 8, 2019

@nowherebutup
  1. IE9以及<IE9: \9;
  2. IE8以及>IE8: \0;
    3.IE7以及<IE7: *;
    4.IE6:*或_;
    5.edge不清楚;
seho-dev

seho-dev commented on Nov 2, 2019

@seho-dev

记忆比较深的就是条件编译的写法

smile-2008

smile-2008 commented on Feb 23, 2021

@smile-2008
  1. IE9以及<IE9: \9;
  2. IE8以及>IE8: \0;
    3.IE7以及<IE7: *;
    4.IE6:*或_;
    5.edge不清楚;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @smile-2008@haizhilin2013@nowherebutup@seho-dev

        Issue actions

          [css] 第83天 IE(6/7/8/9/10/11/Edge)下的hack写法分别有哪些? · Issue #585 · haizlin/fe-interview