I am agree with Pablo G , You can achive this using custom scrollbar.. http://www.noupe.com/javascript/30-javascriptajax-techniques-for-sliders-scrollers-and-scrollbars.html
This is link where you can find various types of custom scroll bars.
This is link where you can find various types of custom scroll bars.
As Pablo G indicated, you can "roll your own" scroll bars via a script. IE supports some native styling through CSS but it only works in IE thus isn't standard or recommended.
More importantly - unless it is critical to the design of your site I wouldn't recommend changing the styles of "native" page controls - it typically only confuses the user as they are used to, and expecting to see something different.
More importantly - unless it is critical to the design of your site I wouldn't recommend changing the styles of "native" page controls - it typically only confuses the user as they are used to, and expecting to see something different.
This is very possible. You can always create your very own custom scrollbar. This is a cross-browser JavaScript solution found here.