Hallo,
ich wollte den Hintergrund des Contents wie folgt darstellen:
HTML
#content {
text-align: left;
padding: 0;
margin: 0 auto;
background: url('images/taffi.jpg') repeat-x;
}
Während es im Internet Explorer 6 richtig dargestellt wird, sieht man im Forefox nichts davon.
Woran könnte es liegen? :confused:
Vielen Dank im Voraus
M34