Firestyler
Legacy Member
voor HTML heb je volgende scripts:
<style>
BODY {SCROLLBAR-FACE-COLOR: #CDCDCD;
SCROLLBAR-HIGHLIGHT-COLOR: #E5E5E5;
SCROLLBAR-SHADOW-COLOR: #4B4B4B;
SCROLLBAR-3DLIGHT-COLOR: #4B4B4B;
SCROLLBAR-ARROW-COLOR: #4B4B4B;
SCROLLBAR-TRACK-COLOR: #E6E6E6;
SCROLLBAR-DARKSHADOW-COLOR: #E6E6E6;
overflow: auto }
a:link {
color: #999999;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
a:visited {
color: #999999;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
a:active {
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
a:hover {
color:#000000;
font-weight: normal;
text-decoration:Overline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
</style>
en:
<style>
BODY {SCROLLBAR-FACE-COLOR: #6495ED; SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; SCROLLBAR-SHADOW-COLOR: #369875; SCROLLBAR-3DLIGHT-COLOR: #369875;
SCROLLBAR-ARROW-COLOR: #ADD8E6; SCROLLBAR-TRACK-COLOR: #FFFFFF; SCROLLBAR-DARKSHADOW-COLOR: #ADD8E6; }
</style>
het zijn voorbeelden, van scrollbar kleuren, maar mijn vraag is nu deze werken zo te zien wel in IE maar niet in Mozilla Firefox
is er zo ook geen script dat je in Firefox wel die scrollbar kleuren kunt te voorschijn toveren?
<style>
BODY {SCROLLBAR-FACE-COLOR: #CDCDCD;
SCROLLBAR-HIGHLIGHT-COLOR: #E5E5E5;
SCROLLBAR-SHADOW-COLOR: #4B4B4B;
SCROLLBAR-3DLIGHT-COLOR: #4B4B4B;
SCROLLBAR-ARROW-COLOR: #4B4B4B;
SCROLLBAR-TRACK-COLOR: #E6E6E6;
SCROLLBAR-DARKSHADOW-COLOR: #E6E6E6;
overflow: auto }
a:link {
color: #999999;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
a:visited {
color: #999999;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
a:active {
color: #999999;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
a:hover {
color:#000000;
font-weight: normal;
text-decoration:Overline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
</style>
en:
<style>
BODY {SCROLLBAR-FACE-COLOR: #6495ED; SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; SCROLLBAR-SHADOW-COLOR: #369875; SCROLLBAR-3DLIGHT-COLOR: #369875;
SCROLLBAR-ARROW-COLOR: #ADD8E6; SCROLLBAR-TRACK-COLOR: #FFFFFF; SCROLLBAR-DARKSHADOW-COLOR: #ADD8E6; }
</style>
het zijn voorbeelden, van scrollbar kleuren, maar mijn vraag is nu deze werken zo te zien wel in IE maar niet in Mozilla Firefox
is er zo ook geen script dat je in Firefox wel die scrollbar kleuren kunt te voorschijn toveren?
