On Thursday 2007-01-04 16:29 -0000, Aaron Gray wrote:
> >Note that in HTML nesting <table> inside <span> is not allowed. As for
> >this particular problem, you should be able to use
> >
> >  display: -moz-inline-box;
> >  display: inline-block;
> 
> I am using a "isGeko" variable and ?: to select the right display setting.
> This seems to be working fine on Modern browsers.

It might not work fine on future ones.  I'm planning to add
inline-block for Gecko 1.9 (which will be part of Firefox 3).
However, there's also a significant chance that -moz-inline-box will
not behave as it currently does, breaking sites that don't override
it with inline-block afterwards.  (-moz-inline-box is part of the
XUL box model, and not intended to function correctly with HTML
layout.)

-David

-- 
L. David Baron                                <URL: http://dbaron.org/ >
           Technical Lead, Layout & CSS, Mozilla Corporation

Attachment: pgpiPyMAeB2SM.pgp
Description: PGP signature

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

Reply via email to