Michelle W wrote:
> http://www.thetravelingmarathoner.com/test

This isn't a bug, but when you increase your text size, the left nav 
overlaps the main text. This is because the nav doesn't have a width 
assigned, so it shrinkwraps its content. As the content grows in size, 
so does the nav div. But the content div can't accommodate this, because 
it has a fixed pixel-width left margin.

To fix this, assign the nav a width. If you want it to keep its size 
relative to the text size as you have now, assign it a width in ems. 
Then, just give the content div a left-margin about 1em larger than the 
nav width.

> Also on the top12 page;
>  <http://www.thetravelingmarathoner.com/test/top12.css>
> http://www.thetravelingmarathoner.com/test/top12.html
>  http://www.thetravelingmarathoner.com/test/top12.css
> I am trying to get the #tablist width to be the same as #nav.
> can't figure it out.
>   

Again, you need to set some widths on #leftcolumn, #nav, and #tablist.

Zoe

-- 
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu

______________________________________________________________________
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