Jones, Brian wrote: > Tim: Thanks for the quick response. I suspected the inline vs. block thing > was involved somehow and had discovered that setting image to block resolved > the issue. I also had pretty much decided that's the reason I've never > noticed this before - because in most situations I'm containing an image in a > div so it's within a block context.
Regardless of if an image is in a block element (a div) or not, there will alway be a space below for descenders if the image is display:inline or display:inline-block. Inline content will follows the specs for inline formating. -- Alan http://css-class.com/ Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
