iframe scrollbars, help....arg! |
iframe scrollbars, help....arg! |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 44 Joined: Sep 2004 Member No: 52,448 ![]() |
I was wondering if there was a way to define the scrollbar colors on an iframe!
I tries defining them in the css using like: body { scrollbar-highlight-color: #000; } and etc... and i even tried iframe { scrollbar-highlight-color: #000; } I tried looking everywhere for how to do this but i cant find it anywhere!!! Someone help! |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 101 Joined: Sep 2004 Member No: 49,477 ![]() |
err are you using chatterbox? and trying to change the scroll bar color of that because theres an easy way to do that that would require a host
just upload a .css file with body{scroll bar junk} in it... no <style></style> okay... then go to chatterbox manger and in the iframe settings just put in the url to the .css file.. otherwise i dont know... you could go to the iframe page and put the style there... it should work or <iframe style="scroll bar stuff minus the body{}"> err yeah thats all i got edit:/ oh woops i should read more carefully... you said you already put it into all of your iframes and you want an easier way... do the thing for chatterbox that i said... create a .css file and stuff minus the <style></style> then just put CODE <!-- begin code provided by createblog.com --> into all your pages
<link rel="STYLESHEET" type="text/css" href="http://url.here/cssfile.css"> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |