> I'm stumped by an extra three pixels of padding that are appearing at > the bottom of images I enclose in divs.
In your code; http://kalkadoon.net/sandbox/three-pixel-padding/padding.html The issue I believe is caused by DOCTYPE (XHTML 1.0 Strict) rules e.g. div needs height declaration with the same value as the image in order to wrap it perfectly. With the height declaration; http://kalkadoon.net/sandbox/three-pixel-padding/three.html Where as if change the DOCTYPE to XHTML 1.0 Transitional you get this; http://kalkadoon.net/sandbox/three-pixel-padding/pixel.html -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions ______________________________________________________________________ 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/
