Thanks to Holly and David. Big thanks. I couldn't get rid of the height on the body DIV since it has a background-image applied to it. However, as soon as I applied display: block to the img in the hdr DIV my problems were over. Thank you guys both very much!
-Matthew On 6/7/05, Holly Bergevin <[EMAIL PROTECTED]> wrote: > From: Matthew LaVelle <[EMAIL PROTECTED]> > > >http://test.cimediagroup.com/ > > >Everything looks fine in all browsers except there's a small space/gap > >between the hdr DIV and the body DIV in Internet Explorer 6 on Windows > >machines. > > Add {display: block;} or {vertical-align: bottom;} to the image in your div > with the class of hdr. Using a descendent selector/combinator should work > fine, and either one of those properties should clear up the gap in IE. > > I second David's recommendation to increase the text zoom and see what you > think..... > > hth, > > ~holly > > > ______________________________________________________________________ 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/
