Skip to content

Instantly share code, notes, and snippets.

@kmlprtsng
Created August 14, 2013 08:32
Show Gist options
  • Save kmlprtsng/6229031 to your computer and use it in GitHub Desktop.
Save kmlprtsng/6229031 to your computer and use it in GitHub Desktop.
HTML IE class target
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="ie ie6 lte9 lte8 lte7 "> <![endif]-->
<!--[if IE 7]> <html class="ie ie7 lte9 lte8 lte7 "> <![endif]-->
<!--[if IE 8]> <html class="ie ie8 lte9 lte8 "> <![endif]-->
<!--[if IE 9]> <html class="ie ie9 lte9 "> <![endif]-->
<!--[if gt IE 9]> <html class=""> <![endif]-->
<!--[if !IE]><!--> <html class=""> <!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment