Re[2]: Table background in Netscape

Hello Gray,

Thank You for answer.

I have found solution for this problem. I set transparent image as
background for each cells of inner table:

...
<td background="./images/background.gif">
   <form action="...." method="post">
   <table>
          <tr><td background="empty.gif">Some text</td></tr>
          <tr><td background="empty.gif"><input name="fldName" value="" size="20"></td></tr>
          <tr><td background="empty.gif">Some text</td></tr>
          <tr><td background="empty.gif"><input name="fldEmail" value="" size="20"></td></tr>
          ...
   </table>
   </form>
</td>
...

This code works fine in Netscape 4.7 and IE 5.0 :)

-- 
Best regards,
 Vitali                            mailto:falileev@itos.eu.org

Received on Wednesday, 4 October 2000 05:16:51 UTC