RE: [css-d] Unknown vertical space above image

2005-10-06 Thread Eric A. Meyer

At 7:42 PM -0700 10/5/05, Estelle Weyl wrote:


Without looking at the CSS, it looks like a typical box model/IE issue. FF
includes padding in it's width. IE adds padding and margin to the declared
width making your center container too wide for the allotted space.


   Actually, it's the other way around if you're talking about IE5.x 
or IE6 in quirks mode.  Firefox correctly puts the padding, border, 
and margins outside a declared value for 'width'.  IE/Win in the 
flavors I just mentioned will incorrectly include padding and borders 
(but not margins) inside the declared 'width'.  IE6 is standards mode 
will act as Firefox does.


--
Eric A. Meyer (http://meyerweb.com/eric/), List Chaperone
CSS is much too interesting and elegant to be not taken seriously.
  -- Martina Kosloff (http://mako4css.com/)
__
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/


RE: [css-d] Unknown vertical space above image

2005-10-05 Thread Estelle Weyl
Without looking at the CSS, it looks like a typical box model/IE issue. FF
includes padding in it's width. IE adds padding and margin to the declared
width making your center container too wide for the allotted space.

Try making the width of the container a few pixels wider and you'll have
enough room

Estelle Weyl
http://www.EstelleWeyl.com
415.845.9906
Making the web accessible since 1999

-Original Message-
I have a CSS conundrum.
I have a table-less css layout that looks good in Firefox (both Mac 
PC) but has a gigantic space above the middle image in IE 6.0/PC.


Page:  http://tinyurl.com/87xdz

css: http://tinyurl.com/aw6dh

__
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/