Ich musste feststellen, dass firefox irgendetwas an CSS nicht verstand, denn die Seite sah mit dem Firefox plötzlich so aus:
Firefox
normalerweise sollte sie aber so aussehen:
Safari & Opera
Was versteht Firefox nun an CSS nicht? abgeändert habe ich nur einmal den hintergrund:
Code: Alles auswählen
body
{
background :url(images/body.gif);
color :#000000;
font :12px Verdana,Arial,Helvetica,sans-serif;
margin :6px;
padding :0px;
scrollbar-3dlight-color :#d1d7dc;
scrollbar-arrow-color :#006699;
scrollbar-darkshadow-color :#98aab1;
scrollbar-face-color :#dee3e7;
scrollbar-highlight-color :#ffffff;
scrollbar-shadow-color :#dee3e7;
scrollbar-track-color :#efefef
}
Weiss jemand an was das liegen könnte?