Skip to content

Instantly share code, notes, and snippets.

@THEtheChad
Created April 2, 2012 19:10
Show Gist options
  • Save THEtheChad/2286425 to your computer and use it in GitHub Desktop.
Save THEtheChad/2286425 to your computer and use it in GitHub Desktop.
Cross Browser Syntax for inline-block
display: inline-block;
zoom: 1; /* triggers hasLayout for IE */
*display: inline; /* target IE7 only */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment