Originally Posted by .Code
which part in the actuall iframe part or the head or body or what?
Originally Posted by .Code
Just change the hex codesCode:<STYLE type=text/css> BODY { SCROLLBAR-FACE-COLOR: #5d683e; SCROLLBAR-HIGHLIGHT-COLOR: #5d683e; SCROLLBAR-SHADOW-COLOR: #8b9375; SCROLLBAR-3DLIGHT-COLOR: #8b9375; SCROLLBAR-ARROW-COLOR: #8b9375; SCROLLBAR-TRACK-COLOR: #8b9375; SCROLLBAR-DARKSHADOW-COLOR: #5d683e; } </STYLE>
Put this is your iframe doc.
which part in the actuall iframe part or the head or body or what?
do you want the code for an iFrame?
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#FFFFFF;
}
-->
</STYLE>
Try that ;]
Want to hide these adverts? Register an account for free!