scrollbar i stylesheet?
jeg har lavet følgende stylesheet. Alting virker perfekt undtagen en ting. Jeg vil gerne have at stylesheet også fortæller html-siden at rullebaren i højreside skal være sort. Jeg har sat koden ind i stylesheetet, men rullebaren er grå som den er født med, hvad gør jeg galt?Nu sidder jeg og tænker over om jeg også kan lave samme tricks med mine tællere og andre javakoder. Altså at jeg kan sætte dem ind i en fil, og trække info til alle de html-dokumenter jeg har i min hjemmeside?
Et til
body {
background-color: black; color: white;
}
p { font-size: 13px; font-family: arial; font-weight: normal;
}
td { font-size: 13px; font-family: arial; font-weight: normal;
}
h1 { font-size: 13px; font-family: arial; font-weight: normal;
}
h2 { font-size: 13px; font-family: arial; font-weight: bold;
}
h3 { font-size: 13px; font-family: arial; font-weight: normal;
}
h4 { font-size: 13px; font-family: arial; font-weight: normal;
}
h5 { font-size: 13px; font-family: arial; font-weight: normal;
}
h6 { font-size: 13px; font-family: arial; font-weight: normal;
}
{
scrollbar-arrow-color: ffffff;
scrollbar-base-color: 000000;
scrollbar-dark-shadow-color: ffffff;
scrollbar-track-color: 000000;
scrollbar-face-color: 000000;
scrollbar-shadow-color: ffffff;
scrollbar-highlight-color: ffffff;
scrollbar-3d-light-color: ffffff;
}
a:link {
color: white;
text-decoration: none;
font-family: arial;
font-weight: normal;
font-size: 13 px;
}
a:visited {
color: white;
text-decoration:none;
font-family: arial;
font-weight: normal;
font-size: 13 px;
}
a:active {
background-color: white;
text-decoration:none;
font-family: arial;
font-weight: normal;
font-size: 13 px;
}
a:hover {
color: white;
text-decoration:none;
font-family: arial;
font-weight: normal;
font-size: 13 px;
}
Takker for hjælpen..
