faqts : Computers : Internet : Web : CSS

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

13 of 32 people (41%) answered Yes
Recently 6 of 10 people (60%) answered Yes

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