--- On Thu, 10/30/08, Debbie Roes <[EMAIL PROTECTED]> wrote: > http://www.kristenluke.com > The CSS file is at http://www.kristenluke.com/styles.css > > The site looks fine when the Text Size is set to Medium > (default). However, > if I increase the Text Size to Larger or Largest, the > layout gets messed up.
This is being caused by your horizontal margins/padding which are in em measurements, which will get larger as you increase the text size. Since your 'containers' widths are specified in pixels, they do not increase in size, so cannot accommodate the wider floats, thus the latter drops below. You can solve this by specifying all horizontal measurements in the same unit - either px or em, depending on whether you want a fixed-width or 'fluid' layout. - bobby ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/