JGardner wrote:
> I have a red border under the navigation bar which displays correctly in 
> Firefox, but in IE there is a gap between it and the navigation. 
>
> The other problem is another border issue, the gold border around the image 
> on the page (it is a rotating image) has a gap between the bottom of the 
> picture and the gold border - again only in IE.
>
> You can see the site/problem here http://www.wacochildrenstheatre.com/
>
>   
Hi Jennifer:

If you add this declaration in your css:

img {
vertical-align: bottom;
}

It should take care of the problem.  IE is allowing space under your 
images for the descenders of elements.

Hope this helps,
Matthew
-- 
Matthew Ohlman
www.ohlman.com


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/

Reply via email to