Css scrollbar kleur werkt niet
Jase v hertoch
19/10/2013 00:47:33Mijn scrollbar kleur werkt in bijna geen enkele browser, iemand een idee hoe ik de kleur in alle browsers kan laten werken?
body,td { color: #FFFFFF; font-family: Verdana; font-size: 8pt; cursor: default;}
a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:active { color: #FFFFFF; text-decoration: none; }
a:hover { color: #999999; text-decoration: none; }
a { cursor: url(finger.cur); }
body {
scrollbar-face-color: 456272;
scrollbar-highlight-color: 456272;
scrollbar-3dlight-color: 456272;
scrollbar-darkshadow-color: 456272;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color: FFFFFF;
scrollbar-track-color: 456272;
input { font-family: Verdana; color: #FFFFFF; border: 1px solid #000000; background: url(../../images/pages/input.jpg); font-size: 8pt; }
table.balk {color: #000000; font-family: Verdana; font-size: 8pt; background: #456272; padding: 0px;}
body,td { color: #FFFFFF; font-family: Verdana; font-size: 8pt; cursor: default;}
a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:active { color: #FFFFFF; text-decoration: none; }
a:hover { color: #999999; text-decoration: none; }
a { cursor: url(finger.cur); }
body {
scrollbar-face-color: 456272;
scrollbar-highlight-color: 456272;
scrollbar-3dlight-color: 456272;
scrollbar-darkshadow-color: 456272;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color: FFFFFF;
scrollbar-track-color: 456272;
input { font-family: Verdana; color: #FFFFFF; border: 1px solid #000000; background: url(../../images/pages/input.jpg); font-size: 8pt; }
table.balk {color: #000000; font-family: Verdana; font-size: 8pt; background: #456272; padding: 0px;}
PHP hulp
17/11/2024 11:56:20Je mist het hekje # voor de kleurcode. Maar... alleen IE ondersteunde het.
Inmiddels is die vervallen sinds IE8 ofzo....
Dus helaas.....
Inmiddels is die vervallen sinds IE8 ofzo....
Dus helaas.....
Gewijzigd op 19/10/2013 01:17:03 door - Ariën -
Jase v hertoch
19/10/2013 01:29:31Jammer, dus het is via css niet meer mogelijk scrollbars te maken, zijn er andere nog andere goede mogelijkheden om een mooie scrollbar te maken dan?
Gewijzigd op 19/10/2013 01:30:19 door Jase v hertoch
Willem vp
19/10/2013 10:22:53Flash? Ga je mond spoelen... ;-)
Flash is uit de mode, met HTML, Javascript, CSS en Canvas kan je alles makien wat je in Flash kon doen. Zo zijn er vast wel custom scrollbars te vinden die te stylen zijn. Kijk eens naar de jQuery library, daar zijn vast en zeker wel scrollbar-functies voor te vinden.
Flash is uit de mode, met HTML, Javascript, CSS en Canvas kan je alles makien wat je in Flash kon doen. Zo zijn er vast wel custom scrollbars te vinden die te stylen zijn. Kijk eens naar de jQuery library, daar zijn vast en zeker wel scrollbar-functies voor te vinden.