Hallo
nochmal zusammen, ich habe jetzt 2 Stunden rumprobiert und nichts scheint zu funktionieren. Wenn ich ein transparentes Gif per CSS für jede <td> definiere, sieht man mein Hintergrundbild nicht mehr. Mit background="" ändert sich am Ursprungsproblem nichts. Vielleicht hilft der Quelltext etwas:
Stylesheet nur für den NS4: (auszug)
#bg {
background-image:url(/project/module/spacer.gif);
}
td {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 9pt;
color: #FFFFFF;
text-decoration: none;
letter-spacing: +1px;
font-weight: bold;
}
tr.main {
background-color: #131347;
}
td.main {
background-color: #FFFFFF;
}
Kopie der Seite (relevanter Teil)
<TABLE cellspacing="0" cellpadding="0" width="760" border="0">
<TR class="main">
<TD width="1" class="main"><IMG src="/project/module/linie.gif" width="1" height="10" border="0" alt=""></TD>
<TD width="15"> </TD>
<TD width="744" background="/project/module/hintergrund.gif" id=bg>
<BR><BR>
<FORM name="suche" action="datum.php" method="POST">
<TABLE cellspacing="0" cellpadding="0" width="544" background="">
<TR>
<TD align="right" width="100">Datum:</TD>
<TD width="34"> </TD>
<TD width="410">
Vielleicht seht Ihr da ne Möglichkeit, ich bin jedenfalls echt verzweifelt...
Gruß, Steffen