Hi Cheryl, This one is easy. The p element still has its basic style, meaning a 1em top and bottom margin. Since you use floated divs inside the content wrapper the browserrendering thinks there is no content inside and applies the margin wrongly. Simply change the p margin to something like:
p { margin: 0 0 1em 0; padding: 0; } regards, Jens On 10/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm having problems again and have no idea why this isn't working properly. > > I have a div w/ an image that takes up the entire div. Under that is a basic > 2 column layout. I can't seem to get the 2 divs to butt against each other. > Everything has been zeroed. I know it sill needs styling but right now I want > to get rid of the space. > > http://www.cherylamato.com/trusted/ > > I am at a complete loss. Any help is appreciated. > > Cheryl > ______________________________________________________________________ > 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/ > -- So long and thanks for all the fish. ______________________________________________________________________ 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/