AndreasN: Seltsames Problem mit Style Datei....

Beitrag lesen

Hallöchen :-)

BODY {
 background-image:url(../images/judo/judo_bg.gif);
 background-attachment:fixed; padding:0px;}
body {
 background-image:url(../images/judo/judo_bg.gif);
  background-attachment:fixed; padding:0px;
 scrollbar-DarkShadow-Color:#FFFFFF;
 scrollbar-Track-Color:#E9E9E9;
 scrollbar-Face-Color:#D9D9D9;
 scrollbar-Shadow-Color:#000000;
 scrollbar-Highlight-Color:#;
 scrollbar-3dLight-Color:#;
 scrollbar-Arrow-Color:#000000;}

So sieht meine styles Datei aus, wenn es funktioniert.Wenn ich nun den ersten "Body" befehl herausnehme:
body {
 background-image:url(../images/judo/judo_bg.gif);
  background-attachment:fixed; padding:0px;
 scrollbar-DarkShadow-Color:#FFFFFF;
 scrollbar-Track-Color:#E9E9E9;
 scrollbar-Face-Color:#D9D9D9;
 scrollbar-Shadow-Color:#000000;
 scrollbar-Highlight-Color:#;
 scrollbar-3dLight-Color:#;
 scrollbar-Arrow-Color:#000000;}
funktioniert es nicht mehr, obwohl in beiden Tags das gleiche steht. Kann mir das vielleicht jemand erklären oder hat jemand eine andere Lösung dafür ? Ich meine es stört mich nicht , ob da 1 oder 2 Body definitionen stehen. Es geht halt nur ums Prinzip ;-)

Vielen Dank schon im voraus

gruss
Andreas