in a scrolling text box or frame how do you do ?

liunx

Guest
how do you change the scroll bar to match the color of the background page...<br />
<br />
so if you got a frame inside a orange background with a purple page in the frame but i have a grey scroll bar, so how do i get a purple scroll bar?<!--content-->hi,<br />
put this in before you <head> tag:<br />
<br />
<style><br />
BODY { <br />
scrollbar-3d-light-color:#005899;<br />
scrollbar-arrow-color:#cccccc;<br />
scrollbar-base-color:#005899; <br />
scrollbar-dark-shadow-color:#e5f4ff;<br />
scrollbar-face-color:#003a66;<br />
scrollbar-highlight-color:#cccccc;<br />
scrollbar-shadow-color:#0075cc}<br />
<br />
</style><br />
<br />
There are possible more parts you can change but i can remember of the top of my head.<br />
hope this helps<!--content-->
 
Back
Top