How set the scroll bar to be color

S

simon lee

Dear all,

Please help me to set the scroll bar to be a specific color, thanks

Simon
 
D

Dante

You could do that with Javascript.
Try this and experiment:
<A HREF="#" onMouseOver="document.body.style.scrollbarBaseColor='green'">Change
Color</A>
 
T

tom

Hi Simon,

The scrollbar like every other control can be styled.
Use scrollbar-face-color, scrollbar-arrow-color, scrollbar-highlight-color,
.... there are many scrollbar properties.
But this works only in internet explorer I heard.

Sincerely
Tom F.
 
L

Lasse Reichstein Nielsen

tom said:
The scrollbar like every other control can be styled.

Not with CSS.
Use scrollbar-face-color, scrollbar-arrow-color, scrollbar-highlight-color,
... there are many scrollbar properties.
But this works only in internet explorer I heard.

It is a proprietary Microsoft extension to CSS, not standard. Opera 7
has support for it too, but I believe it is turned off by default.

/L
 
S

Stephen Poley

The scrollbar like every other control can be styled.
Use scrollbar-face-color, scrollbar-arrow-color, scrollbar-highlight-color,
... there are many scrollbar properties.
But this works only in internet explorer I heard.

And playing around with the scrollbar annoys quite a lot of people, so
probably best left alone.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top