So far I've made two mistakes as a webmaster in this post:
1.) Using iFrames
2.) Wanting a coloured scrollbar.
I'm aware of the difficulties with iFrames... cross browser / screen res support etc etc etc. But unfortunately for the site I'm doing I have no choice. So, to make it look a little nicer I'd like some coloured scrollbars.
I'm also aware of the fact that coloured scrollbars only work on the latest IE!
So if I get the code:
HTML Code:
<style>
BODY{
scrollbar-arrow-color: #CD2132;
scrollbar-3dlight-color: #00FF00;
scrollbar-highlight-color: #C0C0C0;
scrollbar-face-color: #FFFF80;
scrollbar-shadow-color: #808080;
scrollbar-darkshadow-color: #408000;
scrollbar-track-color: #EAEAEA;
}
</style>
, where do I put it? I'd like the coloured scrollbar just on the iframe; not on the whole page.
And before you ask, no, they're not my chosen colours; just an example!
Thanks
|