>>> Why doesn't the content div show up at the proper width? >>> >>What is the proper width? > >The width of masthead.gif is supposed to be 760px, though it shows up I think as 750 px, I don't know why. >So the total width of sidebar_a and content should be 760px.
The content is not wrapped by anything except the body so it is currently using the full width. You need to set it to 760 // total width -(180+10+10) // left nav plus padding -(10+10) // content padding _________ = 540px #content { width: 540px; } ______________________________________________________________________ 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/