Click to See Complete Forum and Search --> : removing 2px gap on stacked buttons


LittleRed
09-15-2004, 04:01 AM
Hi there,

I've got a stack of gif images that will form a vertical navigation bar, at the moment the only styling is on a container div to set the width so that they are arranged one above the other, but there's a 2 pixel gap between each element that I can't remove. (I've attached a file showing the problem)

Is there any way to remove this gap?

thanks for any help,

LittleRed
09-15-2004, 04:05 AM
just tried it in Firefox and there's no gap - the problem seems to be in Internet Explorer - is there a workaround for this?

Fang
09-15-2004, 04:27 AM
img {display:block;}
http://devedge.netscape.com/viewsource/2002/img-table/

LittleRed
09-15-2004, 04:49 AM
thanks very much for that!