display:-moz-inline-stack;/*Firefox need this to simulate display:inline-block*/
display:inline-block; /*IE does not apply this to Block Element, and Firefox does not render this, too*/
_overflow:hidden;/*fix IE6 to expanded content*/
zoom:1;/*trigger hasLayout*/
*display:inline;/*once hasLayout is true, set display:inline to block element will make display:inline behave like display:inline-block*
Tuesday, January 13, 2009
display:inline-block for Firefox, Internet Explorer and Opera
For correct displaying of the elements with display:inline-block property in Firefox Internet Explorer, Opera you have to write this in style sheet:
Ярлыки:
CSS,
display:inline-block,
Firefox,
Internet Explorer,
Opera
Subscribe to:
Post Comments (Atom)
1 comment:
Worked Great, thanks!
Post a Comment