Skip to content

Instantly share code, notes, and snippets.

@baseonmars
Created February 22, 2009 16:59
Show Gist options
  • Save baseonmars/68520 to your computer and use it in GitHub Desktop.
Save baseonmars/68520 to your computer and use it in GitHub Desktop.
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;
}
from http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment