Skip to content

Instantly share code, notes, and snippets.

@arozwalak
Created November 7, 2013 15:14
Show Gist options
  • Save arozwalak/7356247 to your computer and use it in GitHub Desktop.
Save arozwalak/7356247 to your computer and use it in GitHub Desktop.
CSS: display: inline-block hack for IE7
element {
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment