Iframe scrollbar coloring...

liunx

Guest
HEy all,<br />
<br />
CAn anyone give me a sample code for coloring an iframe?<br />
thanks very much!<br />
<br />
aden,<!--content-->play around with this (they're all set to black #000000 att he moment), place it either in an external stylesheet or inbetween the head tags of your iframe source page:<br />
<br />
<style type="text/css"><br />
body {<br />
scrollbar-base-color: #000000;<br />
scrollbar-face-color: #000000;<br />
scrollbar-track-color: #000000;<br />
scrollbar-arrow-color: #000000;<br />
scrollbar-3dlight-color: #000000;<br />
scrollbar-darkshadow-color: #000000;<br />
scrollbar-highlight-color: #000000;<br />
scrollbar-shadow-color: #000000;<br />
}<br />
</style><!--content-->Not all browsers/platforms recognize scrollbar colours, remember.<br />
<br />
Peg<!--content-->Originally posted by Pegasus <br />
Not all browsers/platforms recognize scrollbar colours, remember.<br />
<br />
Peg <br />
<br />
yeah, it's only ie 5.5+ but luckily it degrades back to the standard grey bars in other browsers, it won't mess anything up :)<!--content-->Leoo, I'm not really sure but i suppose body{ stuff } in your CSS code should be iframe{ stuff }, right?<!--content-->nope, you put that css in the source code (or external) for the html page being called into the iframe :)<br />
<br />
/added, actually that's just cuased me to second question my answer, i don't use iframes/frames, could some who does confirm that please :)<!--content-->
 
Back
Top