Also, ich bin gerade dabei meine Seite von purem, stinklangweiligen Frontpage-HTML auf handprogrammiert und mit stylesheets zu ändern. jetzt hab ich aber ein wahrscheinlich ganz simpel zu lösendes problem:
WIE MACH ICH SO NEM STYLESHEET KLAR; DASS ICH ALS HINTERGRUNDFARBE SCHWARZ HABEN MÖCHTE???
So sieht mein teil im moment aus:
------------------------
BODY
{
SCROLLBAR-SHADOW-COLOR: black;
SCROLLBAR-ARROW-COLOR: darkred;
SCROLLBAR-TRACK-COLOR: black;
SCROLLBAR-DARKSHADOW-COLOR: black;
SCROLLBAR-BASE-COLOR: black
background: #000000; <--- ist das richtig?
color: #FF0000;
font-size: 10px;
}
list-style-image:files/ul.gif;
A:link{ color: #FF0000; text-decoration: none;; }
A:active{ color: #FF0000; text-decoration: none; }
A:visited{ color: #FF0000; text-decoration: none; }
A:hover{ color: #FFFFFF; text-decoration: underline; }
TD.navig{ font-face: "Weezerfont", "Verdana"; font-size: 12px; text-align: center; background: #000000; color: #FFFFFF }
TH{ background: ###Cc0000; color: #FFFFFF; }
TD{ background: ##D800FF; color: #FFFFFF; }
---------------------------------------------
wenn ich jetzt aber eine html datei öffne, die mit der .css verlinkt ist, ist der hintergrund immernoch weiss. was hab ich nur falsch gemacht?!