Mir ist gerade noch was aufgefallen was mein Problem zwar nicht löst, aber den Fehler evtl eingrenzt?
Meine Index:
HTML-Code:
<tr><td style="background-image: url(templates/scs/images/cornerdropshadow.jpg); padding: 0; width: 17px; height: 17px;"></td>
<td style="background-image: url(templates/scs/images/topdropshadow.jpg); padding: 0; width: 850px; height: 17px;"></td>
<td style="background-image: url(templates/scs/images/cornerdropshadow_right.jpg); padding: 0; width: 17px; height: 17px;</td></tr>
<tr><td style="background-image: url(templates/scs/images/topleftdropshadow.jpg); padding: 0; width: 17px;"></td><td style="padding: 0;">
Und im Firebug zeigt er:
HTML-Code:
<tr> <td style="background-image: url(templates/scs/images/cornerdropshadow.jpg); padding: 0; width: 17px; height: 17px;">
</td><td style="background-image: url(templates/scs/images/topdropshadow.jpg); padding: 0; width: 850px; height: 17px;">
</td><td style="background-image: url('/neu/templates/scs/images/cornerdropshadow_right.jpg'); padding: 0; width: 17px; height: 17px;"></td></tr>
<tr> <td style="background-image: url('/neu/templates/scs/images/topleftdropshadow.jpg'); padding: 0; width: 17px;"></td><td style="padding: 0;">
Wieso wird bei den 2 Grafiken das "neu/" nicht mitgenommen?
Lesezeichen