Skip to content

Instantly share code, notes, and snippets.

@owlsky
Created August 15, 2013 05:53
Show Gist options
  • Save owlsky/6238573 to your computer and use it in GitHub Desktop.
Save owlsky/6238573 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