tags:

views:

150

answers:

4

can we give different color to scroll bar face color and arrow background ?

right now if I apply " scrollbar-face-color " it is applying to both arrow background as well as scroll bar thump

is there any way to Set the color for the scroll bar slider and the boxes that contain the scrollbar arrows differently

+1  A: 

body { scrollbar-arrow-color: green }

I think that only IE supports coloured scrollbars by the way.

See here for a full list - http://www.webdevelopersnotes.com/tips/html/coloring_scrollbars_using_styles_css_properties.php3

Tim
Yup, this is a nice way but it's IE only.
Pekka
+1  A: 

You can't do this in a cross browser way. Use custom elements and apply CSS and javascript to act like scrollable areas.

rahul
A: 

Have you tried this ?

Cross Browser Custom Scrollbars

oimoim
A: 

how to apply scrollbar to windows mobile application dynamically.not by using property autoscroll=true.plz send any sample code .thank u

narasimha
If you have a question, then ask a question. Don't hijack someone else's question by posting an "answer". Don't resurrect a month old thread. Do use spell check.
David Dorward
Head `->` desk.
Matt Ball