Matt Harris wrote:
> My site has a header img surrounded by a 1px orange border (attached to the
> img) and then a 9px blue border (attached to the div).  Internet Explorer
> renders this with 2 pixel space between the orange border and the blue
> border or the bottom side of the image - space which I can't seem to
> remove.  Does anyone know why or how to get rid of this?
> 
> Here's this link: http://www.focusontheclouds.com/
> 

#fotc-hdr a {display: block}

or

#fotc-hdr a img {display: block}

should fix it.

The photo is sitting on the baseline of the anchor at inline-level, the 
space you noticed is for the "descent".

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
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/

Reply via email to