|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Changing the scroll bar.
I've seen many PHP sites where people change the scroll bar to a different color. Does anybody have the code to be able to do that?
[edit: moved by notepad] |
|
#2
|
|||
|
|||
|
RE: Changing the scroll bar.
Set up a stylesheet including code like the following:
<STYLE TYPE="text/css"><!-- BODY { scrollbar-face-color: #333366; scrollbar-shadow-color: #1B1B48; scrollbar-highlight-color: #666699; scrollbar-3dlight-color: #666699; scrollbar-darkshadow-color: #000033; scrollbar-track-color: #1B1B48; scrollbar-arrow-color: #FCDF69; } //--> </style> (I have no idea what colors these are, this is from a style sheet I captured for something else entirely). |
|
#3
|
|||
|
|||
|
RE: Changing the scroll bar.
This is really a CSS (client-side) feature.
http://www.webmasterbase.com/article/643 |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Changing the scroll bar. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|