[thelist] preventing table slide in NN4x

Peter Kaulback pkaulbak at idirect.ca
Wed Oct 3 10:11:01 CDT 2001


I'm trying to prevent netscape 4x from sliding the back ground color and 
the image down out of the table cell in this code:

<TR>
     <TD bgcolor="#CCCCCC">
       <P><A href="javascript:void(0)" 
onClick="MM_openBrWindow('image.htm','image','resizable=yes,width=340,height=400')"><IMG 
src="thumbnails/image.jpg" width="100" height="74" border="0" alt="" 
align="left" vspace="0" hspace="0"></A>BLAH, BLAH, BLAH.<BR>
         BLAH</P>
     </TD>
     <TD bgcolor="#CCCCCC">
       <P><A href="javascript:void(0)" 
onClick="MM_openBrWindow('IMAGE2.htm','IMAGE2','resizable=yes,width=325,height=400')"><IMG 
src="thumbnails/IMAGE2.jpg" width="100" height="87" border="0" alt="" 
align="left" vspace="0" hspace="0"></A>BLAH, BLAH, BLAH.<BR>
         BLAH</P>
     </TD>
   </TR>

So I thought I was able to fix it with cells for each image and 
accompanying text description but now it blows the width out of the right 
side column:
<TR>
     <TD width="106" height="100"><A href="javascript:void(0)" 
onClick="MM_openBrWindow('image.htm','image','resizable=yes,width=340,height=400')"><IMG 
src="thumbnails/image.jpg" width="100" height="74" border="0" alt="" 
vspace="0" hspace="0"></A></TD>
     <TD width="258" height="100" valign="top">
       <P>BLAH, BLAH, BLAH<BR>
         BLAH<BR>
        BLAH</P>
     </TD>
     <TD width="106" height="100"><A href="javascript:void(0)" 
onClick="MM_openBrWindow('IMAGE2.htm','IMAGE2','resizable=yes,width=325,height=400')"><IMG 
src="thumbnails/IMAGE2.jpg" width="100" height="87" border="0" alt="" 
vspace="0" hspace="0"></A></TD>
     <TD width="258" height="100" valign="top">
       <P>BLAH, BLAH, BLAH.<BR>
        BLAH</P>
     </TD>
   </TR>
Is this too complicated for netscape 4x or is there an easier alternative?
I used to like netscape 4 :-(

Peter Kaulback





More information about the thelist mailing list