Jump to content

How Can I Give Color To Scrollbar in iframe?


FahadQue

Recommended Posts

Hi to alli m using this code to given scrollbar color in iframe but its not workin and if i m putin this code in normal page its workin properlybody{ scrollbar-face-color:#FFFFFF; scrollbar-shadow-color:#0000FF; scrollbar-highlight-color:#0000FF; scrollbar-3dlight-color:#FFFFFF; scrollbar-darkshadow-color:#FFFFFF; scrollbar-track-color:#7777FF; scrollbar-arrow-color:#000000;}i think its very easy i m makin mistake anywhere please help me to resolve this problemthanx

Link to comment
Share on other sites

try giving it a seperate class and not on the body tag.scrollbar-arrow-color:#ffffff; scrollbar-base-color:#252525; scrollbar-shadow-color:#CABCA5; scrollbar-face-color:#252525; scrollbar-highlight-color:#E8ECF2; scrollbar-darkshadow-color:#3C2F1A; scrollbar-3dlight-color:#E8ECF2;Also scroll colours wont validate in css, but it depends if you want it to validate or not

Link to comment
Share on other sites

iframe{scrollbar-face-color:#FFFFFF;scrollbar-shadow-color:#0000FF;scrollbar-highlight-color:#0000FF;scrollbar-3dlight-color:#FFFFFF;scrollbar-darkshadow-color:#FFFFFF;scrollbar-track-color:#7777FF;scrollbar-arrow-color:#000000;}

Link to comment
Share on other sites

Hi to alli m using this code to given scrollbar color in iframe but its not workin and if i m putin this code in normal page its workin properlybody{ scrollbar-face-color:#FFFFFF; scrollbar-shadow-color:#0000FF; scrollbar-highlight-color:#0000FF; scrollbar-3dlight-color:#FFFFFF; scrollbar-darkshadow-color:#FFFFFF; scrollbar-track-color:#7777FF; scrollbar-arrow-color:#000000;}i think its very easy i m makin mistake anywhere please help me to resolve this problemthanx
The code looks fine. However, it only works in Microsoft Internet Explorer.
Link to comment
Share on other sites

iframe{scrollbar-face-color:#FFFFFF;scrollbar-shadow-color:#0000FF;scrollbar-highlight-color:#0000FF;scrollbar-3dlight-color:#FFFFFF;scrollbar-darkshadow-color:#FFFFFF;scrollbar-track-color:#7777FF;scrollbar-arrow-color:#000000;}
aspnetguy where should i put this text in iframe or in main page?
The code looks fine. However, it only works in Microsoft Internet Explorer.
aquatsr when i am puttin this code in main page its workin in internet Explorer but if i am puttin this code in iframe its not workin in any explorer
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...