Skip to content

Instantly share code, notes, and snippets.

@Frique
Created August 12, 2013 16:53
Show Gist options
  • Save Frique/6212779 to your computer and use it in GitHub Desktop.
Save Frique/6212779 to your computer and use it in GitHub Desktop.
IE specific HTML classes
<!--[if lte IE 6]><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><![endif]-->
<!--[if !IE]><!--><html><!--<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment