I can't. It must be good in all browsers, all versions (excluding 3 and below, of course).
With the script you sent would happen actually what I don't want to do. It should be this way: <table background="the background image"> <tr> <TD> something</TD> <TD> something</TD> </tr> <tr> <TD> something</TD> <TD> something</TD> </tr> </table> but instead one image as background whole table - in Netscape is 4 tiled background images... Yeah, Netscape really sucks. Thanks Andrew! Afan ----- Original Message ----- From: "Andrew Saturn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 18, 2001 3:37 PM Subject: Re: [PHP-WIN] problem with netscape > At 02:15 PM, 10/18/2001, you wrote: > >Hi to all, > > > >I know that this question doesn't belong to here but please help me out - > >if there is solution at all. > > > >I have to make regular HTML table 2x2 with image as background, which > >should "cover" whole table. In Explorer works perfect but in Netscape > >background image is tiled in for pieces> Looks like that I put > >background="bg.gif" in every <td> tag instead of in <table> tag. > > > >Any idea how to solve this problem, if it's possible at all. > > > >Sorry for bothering. > > > >Afan > > yes netscape sucks like that, try netscape 6.0, or put the table within > another table's TD > > example: > > <table> > <tr><TD backround="the background image"> > > <table> > <tr><td>NW</td><td>NE</td></tr> > <td><td>SW</td><td>SE</td></tr> > </table> > > </TD></tr> > </table> > > regards, > -andrew saturn > > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]