Posted by Stuart on 11/16/74 11:28
Paul Watt wrote:
> Hi guys,
> I've got a really annoying problem. I'm trying to seperate two different
> tables in a cloumn vertically. (using tables because of client brief BTW).
> I'm using a transparant GIF with its height set to 5px to creat the
> seperation. It works OK with firefox but with IE6 theres about a 15-20 px
> gap.
> I've tried the following CSS:
> .linespacer{
> min-height: 5px;
> max-height: 5px;
>
> }
> and applied like this:
> <img src="img/1pix_clear.gif" width="160" height="5" class="linespacer">
>
> No Joy. Like I said it works in Firefox but not in IE. any ideas?
>
> TIA
>
> Paul
>
>
Have you tried setting the CUSS display: attribute to 'block'?
--
Stuart Brown <stuart@edesign.cc>
http://www.edesign.cc
Navigation:
[Reply to this message]
|