Skip to content

Instantly share code, notes, and snippets.

@jlong
Created April 28, 2010 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jlong/382669 to your computer and use it in GitHub Desktop.
Save jlong/382669 to your computer and use it in GitHub Desktop.
/*
Inline-block for IE6, Firefox 2, and up
via http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block
*/
@module inline-block {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment