Website: http://www.edeero.com It looks perfectly fine in firefox, but in IE 6 (not sure about 7) the left nav messes up completely when the content area isn't longer than it. Can anybody help? CSS: http://www.edeero.com/style.css Thank you
In IE borders and padding are included in the width. So a 100 px wide box with a 10 px border will in IE be 100 px wide, but in firefox it will be 120 px http://css.maxdesign.com.au/listamatic/about-boxmodel.htm
Marty, You are aware that with a conditional statement in your XHTML index page you can call for a stylesheet that will be used exclusively for IE6? Just adjust the width, padding or margins in that CSS file and all will be well. Easiest way to fix IE 6 problems. Can't wait for IE 6 to fall into oblivion.