Michael Hulse wrote:
> Hello all,
>
> The below code makes Firefox on Mac to behave:
>
> .nav {
> display: -moz-inline-box; /* Fixes Firefox */
> display: inline-block;
> }
>
> Any probs with -moz-inline-box in the PC world?
I did not see differences in the implementation of -moz-inline-box Fx-PC
vs. Fx-Mac.
There are some problems with -moz-inline-box when you want to let this
box contain some more complex things. You'll probably need to give
width&height dimensions to this box, and you'll probably need to add an
inner wrapping div with the same dimensions inside the box, so the
content aligns to this div. This depends on your actual project.
Bringing inline-block to work for Opera8, Opera9TP1, IE-Mac, IEWin for
complex content requires some trickery (Safari can handle it pretty
well), so better test your attempt at an early stage
crossbrowser/platform, might protect you from a lot of frustration.
Ingo
--
http://www.satzansatz.de/css.html
______________________________________________________________________
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/