PDA

View Full Version : scrol bar color


Aymen++
05-04-2003, 01:17 PM
how to change the vertical scroll bar of the internet explorer?

cg9com
05-04-2003, 07:20 PM
http://www.codingforums.com/showthread.php?&threadid=19287

brothercake
05-04-2003, 07:45 PM
But note the debate http://www.codingforums.com/showthread.php?s=&threadid=18152

Aymen++
05-04-2003, 08:32 PM
what is the css?

brothercake
05-04-2003, 08:45 PM
it's in the thread that cg9com posted

Aymen++
05-04-2003, 08:50 PM
it's in the thread that cg9com posted
yes

cg9com
05-04-2003, 09:15 PM
Here it is again ... just incase.


<style type="text/css">
<!--
body {
scrollbar-face-color:color;
scrollbar-arrow-color:color;
scrollbar-track-color:color;
scrollbar-shadow-color:color;
scrollbar-highlight-color:color;
scrollbar-3dlight-color:color;
scrollbar-darkshadow-Color:color;
}
-->
</style>


or
scrollbar-base-color:color;
to set all above options based on this color.


whether you can apply this usefully or not is another question. ;)