Netscape und Transparente Gifs als Tabellenhintergrund
fredy
- browser
0 Ed X
Hi Forum!
Kann es sein, das NS 4x keine transparenten GIFS als Tabellenhintergrund anzeigt ?
Danke und liebe Grüße
Manfred
ps.: Mein Quellcode der bei NS nicht funzt:
<table>
<tr>
<td background="http://www.ebiz4u.pro/inContent/images/wysiwyg/test.gif" height="50"> bla bla </td>
</tr>
</table>
Hi Forum!
Kann es sein, das NS 4x keine transparenten GIFS als Tabellenhintergrund anzeigt ?
Kann nicht sein, bei mir macht er es!
Bye Ed X
ps.: Mein Quellcode der bei NS nicht funzt:
<table>
<tr>
<td background="http://www.ebiz4u.pro/inContent/images/wysiwyg/test.gif" height="50"> bla bla </td>
</tr>
</table>
ps. ich binde sowas mit css ein
td {
background-image: url(http://www.ebiz4u.pro/inContent/images/wysiwyg/test.gif);
}