Your padding adds to the widths you have declared - padding (except in IE in quirks mode) is not part of the declared box width. So, a 70% box with 5% padding added is really 80%. Adjust your sizes and padding so that their total is 99%, and you will be fine.
Also, FWIW, I'd consider adjusting your HTML a bit - there's no need, with the CSS border property available, to have an entire div just for a white line. Try a border-bottom: 5px; instead. ______________________________________________________________________ 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/
