Dova Wilson wrote: > Thierry, > > Thank you, I've taken your recommendation to set the width in pixels > on body and remove the width from all other elements. This seems to > have partially fixed the layout. > > However, something else seems to need a modification. Things are > working better, but I have the following problems: > > 1. My content from the main center column is spilling into the sidebar > (FF, NE7, IE6) > 2. The sidebar and footer are shifted left below my main content and > the footer is partially cut off (problem in IE6, OK in FF, NE7) > 3. My faux columns may interfere with my navbar (another issue to deal > with) > > Thanks in advance for your help. > > http://www.gwvirginia.gwu.edu/newsite/3coltest2.htm > > http://www.gwvirginia.gwu.edu/newsite/3coltest2.css
Hi Dova, As I said in my previous post, you should use the *original* markup ;) The problem is that you've *removed* the width declaration from the #container rule (width:100%). Put it back and add "overflow:hidden" to make sure the content doesn't overlap the sidebar (FF etc.) or make it drop (IE). BTW, why are you using "text-align:center" on body? Generally it is used to center the container in IE5, but it is to be applied on the *parent*... Regards, Thierry | www.TJKDesign.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/
