Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
IFRAME and scroll bar colours
Name: dhudsonuk Date: April 4, 2005 at 02:25:31 Pacific OS: winxp CPU/Ram: 1.2ghz 512mb
Comment:
I am attempting to change the colour of the verticle scroll bar in my iframe and for some reason I cannot locate any code which can assist me. I only want to see the up and down arrows and I want the actual bar to be invisible. Is this possible?
Name: Michael J (by mjdamato) Date: April 4, 2005 at 03:02:56 Pacific
Reply:
The scrollbars of an IFRAME belong to the document "contained" in the IFRAME. So, you need to modify the scrollbar colors for the IFRAME page - not the page that will include the IFRAME.
To make the bar "invisible" you will need to give all the elements of the scrollbar the same color, except the arrow-color. You cannot give the "arrow button" (the area around the arrow) a color because it shares the same color as the bar. The following will give you an all black scrollbar with white arrows:
Summary: I'm trying to figure out how hide IE Menu Bar, Scroll Bar and resizing the window either using javascript or CSS. I got the scroll bar to hide using overflow method (CSS). I tried using "window.scrol...
Summary: Hey people, please give me a hand with someone if ya have the time to spare, as I'm rather stumped. I have recently had to create a website for a college assignment. Yet when I run the successfully op...
Summary: I am using an iframe with my page, and in FireFox it works just fine, but in IE the iframe acquires a horizontal scroll bar. All the pages that show up in the iframe are set at 100% width with no marg...