Skip to content

Instantly share code, notes, and snippets.

@Adriench
Created May 26, 2015 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Adriench/d9202023a7164cf8baad to your computer and use it in GitHub Desktop.
Save Adriench/d9202023a7164cf8baad to your computer and use it in GitHub Desktop.
IE Conditional Comments
<!--[if gte IE 6]> pour IE 6.0 et version plus récentes <![endif]-->
<!--[if IE 5.0]> pour IE 5.0 <![endif]-->
<!--[if IE 5.5000]> pour IE 5.5 <![endif]-->
<!--[if IE 6]> pour IE 6.0 <![endif]-->
<!--[if IE 7]> pour IE 7.0 <![endif]-->
<!--[if IE 8]> pour IE 8.0 <![endif]-->
<!--[if IE 9]> pour IE 9.0 <![endif]-->
<!--[if gte IE 7]> pour IE 7 et supérieur <![endif]-->
<!--[if lt IE 7]> pour IE inférieur à IE 7 <![endif]-->
<!--[if lte IE 6]> pour IE 5.0, IE 5.5 et IE 6.0 mais pas IE7.0 et plus <![endif]-->
<!--[if (lt IE 6)|(IE 8)]> pour IE inférieur à IE 6.0 ou si IE 8 <![endif]-->
<!--[if (gt IE 5)&(lt IE 7)]> pour IE supérieur à IE 5.0 et inférieur à IE 7 <![endif]-->
<!--[if !IE]><!--> si ce n'est pas IE <!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment