--- On Thu, 3/19/09, David Hucklesby <huckle...@gmail.com> wrote:

> > What you're seeing is the whitespace between those
> > image elements in your markup. You could try removing it,
> 
> ... and to eliminate the gaps underneath, try
> 
>    img { vertical-align: bottom; }
>
> Cordially,
> David

Except for IE, this would only be necessary if text were present between the 
images; I assume the presence of text 'defines' a baseline, and without it none 
exists. Unfortunately, IE (7) behaves differently from at least Opera and FF 
and creates a gap, so the advice here is sound for full compatibility.
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to