Thread: css: scrollbar
-
23-04-2004, 18:24 #1
css: scrollbar
waarom wilt mijn kleur niet veranderen ? kgebruik dreamweaver mx
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type=text/css>body {
scrollbar-face-color: #009933;
scrollbar-shadow-color: #223148;
scrollbar-highlight-color: #b0bed9;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #003300;
scrollbar-arrow-color: #66FF66}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
</body>
</html>no votes
-
-
23-04-2004, 19:22 #2Member
- Registered
- 18/11/02
- Location
- Eke, Belgiƫ
- Posts
- 2,448
- iTrader
- 0
- Mentioned
- 0 Post(s)
- Reputation
- 0/0
Omwille van de doctype, deze laat dit niet toe. Verwijder de doctype en het werkt wel. Dit is omdat dit IE-only eigenschappen zijn (dacht ik toch).
no votes
-
23-04-2004, 20:45 #3
Scrollbar kleuren veranderen is niet valid + dat het niet in alle browsers wordt weergegeven. Alleen om die redenen zou ik het al niet doen.
Blano votes
-
23-04-2004, 22:59 #4Approved 9-lifer
- Registered
- 21/12/02
- Location
- Lendelede
- Posts
- 4,726
- iTrader
- 4 (100%)
- Mentioned
- 0 Post(s)
- Reputation
- 0/3
1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">Originally posted by DarkBone
Omwille van de doctype, deze laat dit niet toe. Verwijder de doctype en het werkt wel. Dit is omdat dit IE-only eigenschappen zijn (dacht ik toch).
!! 2. "text/css" moet tussen "" (dubbele quotes staan)
3. scrollbar-base-color:#xxxxxx; (moet er ook bijstaan dacht ik)bRahmsno votes
-
24-04-2004, 10:41 #5
k thx

@ Talos ... die da het niet zien merken er ook niks van maakt dus geen verschil ze weten niet eens hoe het zou moete zijn dus het blijft het zelfde of ik het doe of niet (... vind ik
)
no votes
