frames and scroll bars

how can i change the color of my scrollbars to match the color of my frameset?<!--content-->Though I dont have the code, it is an IE 5.5 only specific CSS trick. That means, a lot of people wont see it.<br />
<br />
Good luck though! I am sure someone will post it.<!--content--><STYLE><br />
. {scrollbar-3d-light-color: #0000FF;<br />
scrollbar-arrow-color: red;<br />
scrollbar-base-color: #000099;<br />
scrollbar-dark-shadow-color: #000000;<br />
scrollbar-face-color: #0000FF;<br />
scrollbar-highlight-color: #00CCFF;<br />
scrollbar-shadow-color: #0066FF}<br />
</STYLE><br />
<br />
Place into the HEAD portion of your site.<!--content-->thanks....<br />
:D<!--content-->
 
Back
Top