Skip to content

Instantly share code, notes, and snippets.

@djanix
Last active October 2, 2015 00:28
Show Gist options
  • Save djanix/2135696 to your computer and use it in GitHub Desktop.
Save djanix/2135696 to your computer and use it in GitHub Desktop.
css -> Inline-block fix for ie6/ie7
.yourClass {
display: inline-block;
*display: inline;
zoom: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment