472,146 Members | 1,375 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,146 software developers and data experts.

inline-block and -moz-inline-box

VK
-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.

Jan 27 '06 #1
1 3554
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>
Jan 29 '06 #2

This discussion thread is closed

Replies have been disabled for this discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.