On Mar 6, 2006, at 9:36 AM, Michael Williams wrote:
> I'm stumped by an extra three pixels of padding that are appearing at
> the bottom of images I enclose in divs. I've reduced it to a test
> case. Message continues below. (I've only been able to check in
> Firefox, Camino, Safari and IE/Mac, as I do not have access to a
> Windows PC.)
Images are inline elements, and thus rest on the base-line.
Solutions:
#wrapper img {display:block;}
or
#wrapper img {vertical-align:bottom;}
Read more in this oldie:
<http://developer.mozilla.org/en/docs/
Images,_Tables,_and_Mysterious_Gaps>
Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>
______________________________________________________________________
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/