Hi,
ich hab schon alles mögliche versucht - aber ich bekomme es partou nicht hin in Netscape einen Table mit Hintergrund Bild zu bekommen.
- geht nicht :
<table border=0 cellpadding=0 cellspacing=0 backround=raw_unpressed_bt.gif >
<tr>
<td>
<font face=verdana size=1>test123</font>
</td>
</tr>
</table>
- geht nicht :
<style type=text/css>
#bh {
background-image: url(raw_unpressed_bt.gif);
background-repeat: no-repeat;
}
</style>
<table border=0 cellpadding=0 cellspacing=0 id="bh">
<tr>
<td>
<font face=verdana size=1>test123</font>
</td>
</tr>
</table>
- geht nicht :
<table border=0 cellpadding=0 cellspacing=0 style=(background-image: url(raw_unpressed_bt.gif)); >
<tr>
<td>
<font face=verdana size=1>test123</font>
</td>
</tr>
</table>
Dann hab ich gelesen das NS vielleicht Probleme mit relativen image links hat und hab alles auf einen statischen link gesetzt ging auch nicht.
in opera , ns6 und ie gehts