Fora wrote:
> http://www.arnoenzerink.com/modeling/altia2004.shtml

> The image is in #imagebox I haven't set the height of the box, nor
> any padding. Yet there is a gap at the bottom of the box inside the
> frame.

Images are inline-elements by default, with space for descenders below
the baseline they're "sitting" on.

The addition of...

#imagebox img {display: block;}

...will remove the space / gap.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/

Reply via email to