Zitat:
Zitat von pflanzer Bob, ich hab mal deinen Code geringfügigst geändert. Geht jetzt der hintergrund? |
Nee, ging nicht, aber ich habs auch nochmal verändert... in der ersten Zeile zur Hintergrundfarbe hab ich noch ein transparent eingefügt. Jetzt passts
:
Zitat:
html{
background:#FFFFFF transparent;
}
body
{
width:875px !important;
margin:0 auto !important;
background-image: url(http://www.gamersunity.de/design/bg_page.gif);
}
td.tcat, td.tcat a
{
color:#000000 !important;
}
#posts
{
max-width:706px !important;
}
td.talt11 a, td.talt22 a, td.talt1 td.talt1 a, td.talt2 td.talt2 a
{
color:#000000 !important;
}
td.talt11 a:hover, td.talt22 a:hover, td.talt1 td.talt1 a:hover, td.talt2 td.talt2 a:hover
{
color:#000000!important;
}
}
|