Click to See Complete Forum and Search --> : dreamweaver and Internet Explorer...AGGGH!!


dlacloche
10-21-2008, 11:18 AM
I built a web site in DW CS3. It displays fine in every browser except IE. Most of the pages look okay, but some pages have unexplained white gaps. The nav bar right below the header image should not have any white space between the image and the nav bar. You can click thru the site to see the problem.

This page looks okay: http://www.wcgpr.com/landmark/careers.html

This one has the problem: http://www.wcgpr.com/landmark/membershome.html

All of these pages were built from the same template. That's the weird thing.

KDLA
10-21-2008, 11:29 AM
Anytime you have whitespace under an image, it's usually attributable to the <img> not being set to "display: block;"

KDLA

dlacloche
10-21-2008, 12:20 PM
i've got:

img {
display: block;
}

can this be done on a class level in the css?

KDLA
10-21-2008, 12:48 PM
Yes.