|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to change the color of Scroll
I am wondering how to change the color of scroll bar.
|
|
#2
|
|||
|
|||
|
RE: How to change the color of Scroll
it's CSS.
Code:
BODY
{ scrollbar-face-color:#FFCD00; scrollbar-shadow-color:#FFCD00; scrollbar-highlight-color:#FFCD00; scrollbar-3dlight-color:#000000; scrollbar-darkshadow-color:#000000; scrollbar-track-color:#BFBFBF; scrollbar-arrow-color:#000000
}
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > How to change the color of Scroll |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|