Forum Moderators: open
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: 000066;
scrollbar-arrow-color: ffffff;
scrollbar-base-color: ffffcc;
}
-->
</STYLE>
Or obviously by calling the style sheet.
You will have to place the above code or the style sheet link in the iframe - not the parent frame. AFAIK
<!--[if IE 5.5]>
<style type="text/css">
<!--
* {
scrollbar-face-color: 000066;
scrollbar-arrow-color: ffffff;
scrollbar-base-color: ffffcc;
}
-->
</style>
<![endif]-->
You'll sail through validation ;) I'm all for standards, but I have a weak spot when it comes to colored scrollbars...