Skip to content

Instantly share code, notes, and snippets.

@shameerc
Created December 7, 2010 10:42
Show Gist options
  • Save shameerc/731663 to your computer and use it in GitHub Desktop.
Save shameerc/731663 to your computer and use it in GitHub Desktop.
Css hacks for IE
div.example {
width: 300px; /* applied in all browsers */
*width: 350px; /* applied to IE6 and IE7 only */
_width: 360px; /* applied to IE6 only */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment