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/

Reply via email to