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.
