YellowSky: Hintergrundgrafik von Tabellenzellen -> Netscape-Bug?

Hallo zusammen!

Habe folgendes Problem: ich will für eine Zelle einer Tabelle eine Hintergrundgrafik definieren. In Netscape 4.x (getestet in 4.08 und 4.51) werden die entsprechenden zellen aber einfach weiss dargestellt (obwohl die hintergrundfarbe der html-datei eigentlich grau wäre), also ohne die grafik. komisch ist, dass in einer anderen zelle, einer grösseren, die technik mit der Zell-Hintergrundgrafik funktioniert.

zum austesten: die datei ist auf http://www.meister-abrasives.ch/neu2/index.html zu finden.

der code der betroffenen zellen:

<tr>
 <td height="16" valign="top" background="images/entwurf9_r5_c3.gif"><img src="images/spacer.gif" width="1" height="1"></td>
 <td valign="top" background="images/entwurf9_r5_c3.gif"><img src="images/spacer.gif" width="1" height="1"></td>
 <td valign="top" background="images/entwurf9_r5_c3.gif"><img src="images/spacer.gif" width="1" height="1"></td>
 <td valign="top" background="images/entwurf9_r5_c3.gif"><img src="images/spacer.gif" width="1" height="1"></td>
 <td valign="top" background="images/entwurf9_r5_c3.gif"><img src="images/spacer.gif" width="1" height="1"></td>
 <td valign="top" width="88" background="images/entwurf9_r5_c3.gif"><img src="images/spacer.gif" width="1" height="1"></td>
 <td valign="top" align="right" width="89"><img src="images/entwurf9_r5_c5.gif" width="89" height="16"></td>
  </tr>

die ganze tabelle sieht wiefolgt aus:

<table width="800" border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#FFFFFF">
  <tr>
 <td width="133" valign="top" rowspan="4" bgcolor="#FFFFFF"><img src="images/entwurf9_r1_c1.gif" width="65" height="79"><img src="images/entwurf9_r1_c2.gif" width="68" height="79"><br>
   <img src="images/entwurf9_r3_c1.gif" width="65" height="52"><img src="images/entwurf9_r3_c2.gif" width="68" height="52"></td>
 <td height="22" valign="bottom" bgcolor="#999999" colspan="7"><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#FFFFFF">Sie
   befinden sich hier: Home / Firma / Untermenü 3</font></td>
  </tr>
  <tr>
 <td valign="top" height="73" colspan="7"><img src="images/entwurf9_r2_c3.jpg" width="667" height="73"></td>
  </tr>
  <tr>
 <td height="20" width="96" valign="bottom" bgcolor="#999999"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="3"><b>Home</b></font></td>
 <td valign="bottom" width="106" bgcolor="#999999"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="3"><b>Produkte</b></font></td>
 <td width="96" valign="bottom" bgcolor="#999999"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="3"><b>Firma</b></font></td>
 <td width="96" valign="bottom" bgcolor="#999999"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="3"><b>Service</b></font></td>
 <td width="96" valign="bottom" bgcolor="#999999"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="3"><b>Kontakt</b></font></td>
 <td valign="bottom" colspan="2" bgcolor="#999999" align="right"> </td>
  </tr>
  <tr>
 <td height="16" valign="top" background="images/entwurf9_r5_c3.gif"><img src="images/spacer.gif" width="1" height="1"></td>
 <td valign="top" background="images/entwurf9_r5_c3.gif"><img src="images/spacer.gif" width="1" height="1"></td>
 <td valign="top" background="images/entwurf9_r5_c3.gif"><img src="images/spacer.gif" width="1" height="1"></td>
 <td valign="top" background="images/entwurf9_r5_c3.gif"><img src="images/spacer.gif" width="1" height="1"></td>
 <td valign="top" background="images/entwurf9_r5_c3.gif"><img src="images/spacer.gif" width="1" height="1"></td>
 <td valign="top" width="88" background="images/entwurf9_r5_c3.gif"><img src="images/spacer.gif" width="1" height="1"></td>
 <td valign="top" align="right" width="89"><img src="images/entwurf9_r5_c5.gif" width="89" height="16"></td>
  </tr>
  <tr align="right" valign="top">
 <td height="46" colspan="7" valign="top"> </td>
 <td valign="top"><img src="images/entwurf9_r6_c5.gif" width="89" height="46"></td>
  </tr>
  <tr>
 <td height="1"><img height="1" width="133" src="/images/spacer.gif"></td>
 <td><img height="1" width="96" src="/images/spacer.gif"></td>
 <td><img height="1" width="106" src="/images/spacer.gif"></td>
 <td><img height="1" width="96" src="/images/spacer.gif"></td>
 <td><img height="1" width="96" src="/images/spacer.gif"></td>
 <td><img height="1" width="96" src="/images/spacer.gif"></td>
 <td><img height="1" width="88" src="/images/spacer.gif"></td>
 <td><img height="1" width="89" src="/images/spacer.gif"></td>
  </tr>
</table>

gruss und vielen dank für Eure Hilfe,

YellowSky

  1. Hallo YellowSky

    Ich habe jetzt leider nicht die Zeit, mich ausfuehrlich mit Deinem Problem zu beschaeftigen, erinnere mich aber, dass es bei http://www.drweb.de einen guten Artikel zum Thema gibt, der Dir vielleicht weiterhelfen wird.

    Dieter