Created
December 16, 2014 01:55
-
-
Save octavioamu/3fc1abb1e3536253c372 to your computer and use it in GitHub Desktop.
conditional ie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--[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