CSS Man,
On Feb 13, 2006, at 9:38 AM, css man wrote:
> When I add a 0.08em solid black border around an image, a small
> space is
> rendered at the bottom of the image.
Images are inline elements by default, so the browser is leaving
space for the tails of the 'y' and 'p' characters. Setting the image
to 'display: block;' should fix this.
#img img { display: block; }
Roger,
--
Roger Roelofs
[EMAIL PROTECTED]
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/