Jump to content

Customizing Scrollbars for iFrames


kenzo

Recommended Posts

im trying to customize a scrollbar for an iframe, but for some reason its not working, i have
scrollbar codes in the BODY tag but it's still not working, and i know the code is active as my DIV Layer is working with the coloured scrollbars. Any ideas????????

i've linked the iframe to another page with the same css but still not working?  ??? ??? ??? ??? ???

my css code :

[code]
body {
font-family: Tahoma;
font-size: 9px;
color: #000000;
background-color: #CC99CC;
background-image: url(LPGPixel.gif);
margin: 0px;
scrollbar-track-color: #CC99CC;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #CC99CC;
scrollbar-base-color: #CC99CC;
scrollbar-darkShadow-color: #CC99CC;
scrollbar-shadow-color: #CC99CC;
scrollbar-arrow-color: #CC99CC;
}



[/code]
Link to comment
https://forums.phpfreaks.com/topic/18532-customizing-scrollbars-for-iframes/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.