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! |
|
|
![]() |
*[2]Nekked* |
![]()
Post
#2
|
Guest ![]() |
QUOTE(xquizit @ Nov 4 2004, 1:21 PM) Hmmm... I don't believe there is a way to do that. There are alternative ways to edit the iframe scrollbars, as previous posters have pointed out. I assume your pages are using includes since your site is written in php and I assume that each of your pages are using a common header .php file. And that within this header file, you've either linked a stylesheet or have your stylesheet code in there. Well either way, just edit the stylesheet to change the the scrollbar colors within the "body" attribute. Because all your pages are linked to the same stylesheet through their common header file, the changes will be made across all pages and there you go, problem solved. And you only had to edit one file. One question tho, since you've coded your site in PHP, why WOULD you want to use iframes if you could just dynamically include the content? didnt i say that? like 4 times? *sigh* edit:// yeah thats why my new blog doesnt have any iframes hahahahah *smart* |
|
|
![]() ![]() |