Posted by Paul Watt on 11/16/48 11:28
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
Navigation:
[Reply to this message]
|