HighDots Forums  

inline-block and -moz-inline-box

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss inline-block and -moz-inline-box in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
VK
 
Posts: n/a

Default inline-block and -moz-inline-box - 01-27-2006 , 05:43 AM






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


Reply With Quote
  #2  
Old   
Lauri Raittila
 
Posts: n/a

Default Re: inline-block and -moz-inline-box - 01-29-2006 , 09:57 AM






in comp.infosystems.www.authoring.stylesheets, VK wrote:
Quote:
-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

Quote:
what oldest Gecko browser recognize it?
Don't know. IIRC, there is differences between versions, at least before
FF1.0

Quote:
do I need to use it in FF 1.5 ?
No.

Quote:
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>


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.