Bruce The Boss
Terugkerende gebruiker
- Lid geworden
- 14 aug 2002
- Berichten
- 1.945
Hallo,
Ik heb onderstaande opgeslagen als scroll.css bestand:
En ik heb onderstaande als html-pagina opgeslagen:
Maar toch zie ik de scroll-bar niet veranderen. Wat doe ik fout ?
Jacco
Ik heb onderstaande opgeslagen als scroll.css bestand:
Code:
/* CSS Document */
scroll {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
body {
scrollbar-base-color: #663366;
scrollbar-face-color: #0000FF;
scrollbar-track-color: #9999CC;
scrollbar-arrow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-shadow-color: #FFFF00;
scrollbar-darkshadow-color: #000000;
En ik heb onderstaande als html-pagina opgeslagen:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="scroll.css" rel="stylesheet" type="text/css">
</head>
<body>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>
Maar toch zie ik de scroll-bar niet veranderen. Wat doe ik fout ?
Jacco