Skip to content

Instantly share code, notes, and snippets.

@cycold
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cycold/9907032 to your computer and use it in GitHub Desktop.
Save cycold/9907032 to your computer and use it in GitHub Desktop.
Cross Browser Inline-Block
li {
width: 200px;
min-height: 250px;
border: 1px solid #000;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
margin: 5px;
zoom: 1;
*display: inline;
_height: 250px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment