The problem is it doesn't show the picture background, even if I type text in that cell...
-----Original Message----- From: Nathan Cassano [mailto:[EMAIL PROTECTED]] Sent: 20 березня 2002 р. 14:43 To: [EMAIL PROTECTED]; Vlad Kulchitski Subject: RE: [PHP] HTMLnetscape issue Yes here is a solution to this problem and I am surprised no one on this list pointed it out. Simply put a transparent dot within a cell table that you wish to have the background image display. Netscape 4 in retarded in the fact that it will not display a cell background image unless it has cell content. <tr> <td background="images/bottomcell_bg.gif"><img src="images/transparent_1x1_dot.gif"></td> </tr> -----Original Message----- From: Vlad Kulchitski [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 10:12 AM To: [EMAIL PROTECTED] Subject: [PHP] HTMLnetscape issue Hi, Sorry for repeating myself, but am lost and still can't find a solution to the following problem, I need to specify a background image for <td> like the code below: <tr> <td background="images/bottomcell_bg.gif"></td> </tr> This code works EVERYWHERE (in all browsers) but Netscape Navigator 4.xx versions. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php