Skip to content

Instantly share code, notes, and snippets.

@octavioamu
Created December 16, 2014 01:55
Show Gist options
  • Save octavioamu/3fc1abb1e3536253c372 to your computer and use it in GitHub Desktop.
Save octavioamu/3fc1abb1e3536253c372 to your computer and use it in GitHub Desktop.
conditional ie
<!--[if lt IE 7 ]> <html class="ie6" lang="pt-br"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7" lang="pt-br"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8" lang="pt-br"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9" lang="pt-br"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="pt-br"> <!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment