Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

inline-block and -moz-inline-box

0 views
Skip to first unread message

VK

unread,
Jan 27, 2006, 6:43:33 AM1/27/06
to
-moz-inline-box

is it equal to inline-block or some difference?

what oldest Gecko browser recognize it?

do I need to use it in FF 1.5 ?

Full disclosure: I'm adjusting my SELECT widget based on textfield +
drop-down link menu. So instead of <option> I have <a
href="something.html" class="option"> and inline-block is very handy
there.

Lauri Raittila

unread,
Jan 29, 2006, 10:57:53 AM1/29/06
to
in comp.infosystems.www.authoring.stylesheets, VK wrote:
> -moz-inline-box
>
> is it equal to inline-block or some difference?

No. It doesn't work without width.

Use of display:table;display:inline works sometimes just like
display:inline-table

> what oldest Gecko browser recognize it?

Don't know. IIRC, there is differences between versions, at least before
FF1.0

> do I need to use it in FF 1.5 ?

No.

> Full disclosure: I'm adjusting my SELECT widget based on textfield +
> drop-down link menu. So instead of <option> I have <a
> href="something.html" class="option"> and inline-block is very handy
> there.

Might work, if you use width. But usually, if you can use float instead,
use it.

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>

0 new messages