Skip to content

Instantly share code, notes, and snippets.

@alliejones
Last active December 11, 2015 13:38
Show Gist options
  • Save alliejones/4608969 to your computer and use it in GitHub Desktop.
Save alliejones/4608969 to your computer and use it in GitHub Desktop.
Cross-browser inline block (IE7+)
li {
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment