Skip to content

Instantly share code, notes, and snippets.

@williamdodson
Forked from jlong/_inline-block.scss
Created April 28, 2010 21:07
Show Gist options
  • Save williamdodson/382718 to your computer and use it in GitHub Desktop.
Save williamdodson/382718 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