Skip to content

Instantly share code, notes, and snippets.

@AdamBrodzinski
Created March 9, 2012 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamBrodzinski/2007323 to your computer and use it in GitHub Desktop.
Save AdamBrodzinski/2007323 to your computer and use it in GitHub Desktop.
IE: Inline Block Hack
/* Preferably in an IE style sheet */
/* Forces IE7 to display as inline-block */
.problemElement,
.problemElement2,
.problemElement3 {
zoom: 1;
*display: inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment