This is what I got on my website.. Just paste it into the HTML in whatever frame you are wanting the scrollbar colors changed:
Code:
<STYLE>
body {
scrollbar-arrow-color: #BEC074;
scrollbar-base-color: #521318;
scrollbar-shadow-color: #521318;
scrollbar-track-color: #2C0A0C;
scrollbar-darkshadow-color: #000000;
}
</STYLE>
You can also add some of the other scrollbar coding from the ones above.. Just hit enter after the last line of scrollbar coding (after ;), align new coding with other coding, and you're done. I just have the basic one on my website.. I didn't need anything else with it.
Hope that helps ya'! 
__________________
~wfcamb~
Last edited by wfcamb; 04-30-2006 at 01:37 PM..
|