Css scrollbarr

Status
Niet open voor verdere reacties.

jeroenswebpage

Gebruiker
Lid geworden
9 mei 2010
Berichten
56
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>les 33</title>
<style type="text/css">
<!--
#body {
font-family: Arial, Helvetica, sans-serif;
color: #CF0;
background-color: #003;
text-align: center;<br />
body{scrollbar-face-color:#FFCC00;
scrollbar-arrow-color:white;
scrollbar-track-color:white;
scrollbar-shadow-color:white;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:white;
scrollbar-darkshadow-Color:white
}
-->
</style></head>

Wat klopt er hier niet aan ?

Graag advies,

Hoe kun je met dreamweaver anders makkelijk je scrollbarren kleuren ?
ik doe dit handmatig maar moet wel een makkelijkere manier zijn neem ik aan
 
Code moet er zo uitzien:

body {
scrollbar-3dlight-color : #999999;
scrollbar-arrow-color : #999999;
scrollbar-base-color : #666666;
scrollbar-darkshadow-color : Black;
scrollbar-face-color : #666666;
scrollbar-highlight-color : #999999;
scrollbar-shadow-color : #999999;
scrollbar-track-color : #8B8B8B;
}

Kleuren even zelf aanpassen

Voor alle duidelijkheid:
Je hebt 2x body benoemd, de hoeveel heid { om te openen komt niet overeen met de hoeveelheid } om te sluiten
 
Laatst bewerkt:
Srry

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>les 33</title>
<style type="text/css">
<!--
#body {
scrollbar-3dlight-color : #FF0000;
scrollbar-arrow-color : #FF00FF;
scrollbar-base-color : #999999;
scrollbar-darkshadow-color : Black;
scrollbar-face-color : #666666;
scrollbar-highlight-color : #999999;
scrollbar-shadow-color : #999999;
scrollbar-track-color : #8B8B8B;
font-family: Arial, Helvetica, sans-serif;
color: #CF0;
background-color: #003;
text-align: center;
}
-->
</style></head>

<body id="body">
Ik heb ze aan al mijn pagina's toegevoegd maar er gebeurt niks

maar tog bedankt voor uw advies
 
helaas

ook dat is het niet

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HELP</title>
<style type="text/css">
<!--
body {
scrollbar-3dlight-color : #FF0000;
scrollbar-arrow-color : #FF00FF;
scrollbar-base-color : #999999;
scrollbar-darkshadow-color : Black;
scrollbar-face-color : #666666;
scrollbar-highlight-color : #999999;
scrollbar-shadow-color : #999999;
scrollbar-track-color : #8B8B8B;
font-family: Georgia, "Times New Roman", Times, serif;
color: #033;
background-color: #6C3;
text-align: center;}
-->
</style></head>

<body id="body">
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan