On 7/14/2005 10:32 AM Scot Schlinger wrote:

My page looks fine in windows ff 1.0.4 but I am having problems with
windows ie 6.x (nothing different then most of the e-mails I have read
over the past two weeks).  The problem: there is a small space (I
thought this was related to the 3px bug, but couldn't figure this out on
my page) between an image and a 1px border below it.

url: http://www.rell.com/test/index.html

Add this to your styles:

#mosaic img{
   display: block;
}

Images by default are in-line elements, like text, and the little space below the image is for text descenders like the tail on a "g". Changing the display to "block" removes the possibility of descenders and so the need for the space.

You could also make the text-size on #mosaic tiny (1px, say) to make the space for the descenders disappear.

--
Steve Clason
Web Design and Development
Boulder, Colorado, USA
www.topdogstrategy.com
(303)818-8590

______________________________________________________________________
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