Re: Netscape messes up background images in tables
by "fhavas" <ches(at)io.com>
|
| Date: |
Sat, 16 Oct 1999 23:52:27 -0500 |
| To: |
"hwg-graphics" <hwg-graphics(at)mail.hwg.org> |
| |
todo: View
Thread,
Original
|
|
Ok I tried Chris' and Donna's suggestions and it works!!
Currently this is how you have the code lines 9 - 16
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="600" >
<TR VALIGN=TOP>
<TD BACKGROUND="background3.jpg">
<CENTER><IMG SRC="micro.gif" HEIGHT=134 WIDTH=532></CENTER>
<CENTER> </CENTER>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="600" >
Here is the fix:
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="600" >
<TR VALIGN=TOP>
<TD BACKGROUND="background3.jpg">
<CENTER><IMG SRC="micro.gif" HEIGHT=134 WIDTH=532></CENTER>
<CENTER> </CENTER>
<TABLE BACKGROUND="" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="600" >
That about does it! :)
Sincerely,
FHavas
Dallas, Texas
---- Martin Eager <martin(at)runic.com> wrote:
> Hi all,
>
> I'd be grateful if folks could look at this URL for me and explain why
> Netscape is screwing up so badly with the image I'm trying to use for
> the table background. Please view in IE4/5 first to see how it SHOULD
> look, then in Netscape 4+
>
> http://www.runic.com/citybug/micro.html
HWG: hwg-graphics mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.