How can I specify and image for the scrollbar?
It's simple to use Java script to specify scrollbar colors on a webpage, but I'm wondering if there is a way to link a picture to the scrollbar instead.
Here's the script for specifying a color scheme:
^style^
^!--
BODY{
scrollbar-face-color:#000000;
scrollbar-arrow-color:#c5c5c5;
scrollbar-track-color:#c5c5c5;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:#696969;
scrollbar-darkshadow-Color:'';
}
--^
^/style^
Replace the ^ with <>
Any ideas?
__________________
Activism is a way for useless people to feel important.
|