On 9/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> problem is inline divs with dimensions that collapse when div is set to
> display inline -

Of course they do - they are supposed to.

> i'm assuming that inline elements can't have specified widths and heights -
> is this true - ?

Pretty much, though you can give an inline box a line-height which
acts a lot like vertical padding.

We often talk about the box model, but really there are *two* box
models - one for block boxes and another for inline boxes.

DIVs shouldn't be used for inline anyway - that's what SPANs are for.

-- 
Ed Seedhouse
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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