Skip to content

Instantly share code, notes, and snippets.

@ingozoell
Created August 1, 2013 07:35
Show Gist options
  • Save ingozoell/6129227 to your computer and use it in GitHub Desktop.
Save ingozoell/6129227 to your computer and use it in GitHub Desktop.
display-inline: block [FIX] – IE6 + FF<2
/* display-inline: block [FIX] – IE6 + FF<2 */
.dib { 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