Hello - this is driving me nuts, so any advice is appreciated. (I'm also new at this, so please bear with me.)
I'm trying to use a random image generator with javascript on my site. The random images themselves are to appear in a carefully laid out table, whose size cannot be altered.
The code for the cell where the images are to appear is:
<TD ROWSPAN=7 WIDTH=59 HEIGHT=170 VALIGN=TOP>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
showImage();
// End -->
</script>
</TD>
In IE it works fine but in Netscape the table breaks apart -- it's like it adds a 5 pixel border to the bottom of the image.
Without the random image generator code, the table looks fine in Netscape -- so why would this cause gaps in the table?
Any help is appreciated!
I'm trying to use a random image generator with javascript on my site. The random images themselves are to appear in a carefully laid out table, whose size cannot be altered.
The code for the cell where the images are to appear is:
<TD ROWSPAN=7 WIDTH=59 HEIGHT=170 VALIGN=TOP>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
showImage();
// End -->
</script>
</TD>
In IE it works fine but in Netscape the table breaks apart -- it's like it adds a 5 pixel border to the bottom of the image.
Without the random image generator code, the table looks fine in Netscape -- so why would this cause gaps in the table?
Any help is appreciated!
Comment