Hi guys,
I was wondering how to change the scrollbar look in my web page??
I tried copying and pasting it to my head> but it didnt change any thing??
Any help would be appreciated!
Thanks in Advance
” IF IT AINT BROKE – LEAVE IT ALONE “
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
put this in the head of yr document
<style>
body
{
scrollbar-face-color: #EEEEEE;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #AAAAAA;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #EEEEEE;
}
</style>
Jaymc.co.nr