FF3 Supports Inline-Block

Sweetness… Today I was doing cross-browser tests with “display:inline-block;” to notice that the FF3 candidate I’m using is rendering them according to spec! I would love to factor out crappy floats, although backwards compatibility ( read FF2, IE7, etc. ) will still be necessary :( Now I’m sad again. If you aren’t sure what this means, then check out the definition by the W3C:

inline-block
This value causes an element to generate a block box, which itself is flowed as a single inline box, similar to a replaced element. The inside of an inline-block is formatted as a block box, and the element itself is formatted as an inline replaced element.

About John Pencola

Hello, my name is John Pencola. I can't get enough of exploring new technologies, discussing software principals, creating programs and having fun with interface design. I will share my experiences here and hope Liquid Language adds some useful information to the vast sea that is the web.
This entry was posted in Browsers and tagged , . Bookmark the permalink.