Skip to content

Instantly share code, notes, and snippets.

@michaelcarwile
Last active January 3, 2016 07:19
Show Gist options
  • Save michaelcarwile/8428908 to your computer and use it in GitHub Desktop.
Save michaelcarwile/8428908 to your computer and use it in GitHub Desktop.
IE inline-block fix
.classname {
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