Forum Moderators: open
As Far as I know to do this you have to add the css code to the page being loaded in the Iframe.
Not sure of a way of doing it from the parent page.
For example:
iframe
{
scrollbar-3dlight-color:#ffcc00;
scrollbar-arrow-color:#660000;
scrollbar-base-color:#ffcc00;
scrollbar-track-color:#660000;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#ffcc00;
scrollbar-highlight-color:#990000;
scrollbar-shadow-color:#ffcc00;
}
Please note, I have not tried this.