Previous Message
Next Message

problem with IE 6 and a border - solved

Sent by JGardner on 10 August 2007 03:03


Wow, that fixed it!  

Thank you Matthew - this group is truly amazing.

Jennifer

----- Original Message ----
From: Matthew Ohlman [EMAIL-REMOVED]>
To: JGardner [EMAIL-REMOVED]>
Cc: CSS List [EMAIL-REMOVED]>
Sent: Thursday, August 9, 2007 8:42:35 PM
Subject: Re: [css-d] problem with IE 6 and a border

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









      ____________________________________________________________________________________
Shape Yahoo! in your own image.  Join our Network Research Panel today!  
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message