> From: Ricky Morley
> 
> In the test page, I gave the divs the style "display: inline-block".
> ...neither IE nor Firefox seem to support inline-block.
> 

When I look in the CSS2 recommendation I see the following values
that are applicable to display: 
inline | block | list-item | run-in | compact | marker | table |
inline-table | table-row-group | table-header-group |
table-footer-group | table-row | table-column-group | table-column |
table-cell | table-caption | none | inherit 

I note that "inline-block" is not amongst them. In fact inline and
block seem to opposing choices, either the item will be displayed
as a block, or it will be displayed inline.

Isn't inline-block a CSS2.1 thing? Not yet released and thus not
finalised and probably not recognised and supported by most browsers
in current use?

-- 
Peter Williams


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to