Skip to content

Instantly share code, notes, and snippets.

@veggerby
Created December 21, 2011 13:54
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 veggerby/1506137 to your computer and use it in GitHub Desktop.
Save veggerby/1506137 to your computer and use it in GitHub Desktop.
CSS Inline Block (incl. IE7)
.inline-block
{
display: -moz-inline-block;
display: inline-block;
zoom:1; *display: inline; /* IE7 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment