FYI, Netscape can handle inline tables with backgrounds, but you need to
give any nested tables a background graphic of a transparent gif.

For example:

<table border="0" background="myimage.jpg">
<tr>
        <td>
                <table border="0" background="transparent.gif">
                <tr>
                        <td>This works</td>
                </tr>
                </table>
        </td>
</tr>
</table>


It's saved me from having to chop a background graphic into a million pieces
at one time or another.

Thanks,

Evan

> -----Original Message-----
> From: Robert Everland [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 11, 2001 8:42 AM
> To: CF-Talk
> Subject: RE: OT: HTML Question with Netscape 4 and 6
>
>
> Fixed it yesterday, submitted it to a few lists and another list found the
> problem, had an extra word in my style sheet which messed up
> everytrhing and
> also found out Netscape 4.7 can not handle inline tables with a
> back ground
> so I had to split the image in half.
>
> Robert Everland III
> Dixon Ticonderoga
> Web Developer Extraordinaire
>
> -----Original Message-----
> From: I-Lin Kuo [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 11, 2001 8:35 AM
> To: CF-Talk
> Subject: RE: OT: HTML Question with Netscape 4 and 6
>
>
> I didn't have any problem viewing it with Netscape 4.7
>
> >From: Robert Everland [mailto:[EMAIL PROTECTED]]
> >Sent: Tuesday, July 10, 2001 12:17 PM
> >Subject: OT: HTML Question with Netscape 4 and 6
>
> >Can someone please tell me why these pages completely mess up in
> Netscape 4
>
> >and 6 besides the obvious fact that they are the most horrid browsers on
> >the face of the earth.
> >http://209.215.124.4/community/index.cfm If you have any
> problems on here
> >let me know, I have a firewall on this machine.
>
> >Robert Everland III
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to