Entry
How do I style the scrollbar of an <iframe> like the scrollbar of the window? Is this possible?
Aug 11th, 2002 16:29
Storm Warning, tim shortt,
Keeping in mind that modifying scrollbar colors is an IE-only trick
(albeit a really cool one...), you can get an IFRAME to have the same
color scrollbars by defining the scrollbar colorset inside the file
displayed in the IFRAME.
In other words, pretend that you're viewing the IFRAME file by itself,
and add the scrollbar coloring to it... better yet, put it in an
external CSS file and link both files to it, and voila! I have this
trick working on a site I'm doing right now.
Hope this helps.
Storm Warning