Thread: iframe scrollbars
Results 1 to 5 of 5
Related
-
iframe scrollbars dif from browser scrollbar? Forum: HTML Forum
Replies: 5 -
iframe scrollbars won't budge Forum: HTML Forum
Replies: 2 -
Changing scrollbars in an Iframe Forum: HTML Forum
Replies: 1 -
Custom scrollbars Forum: HTML Forum
Replies: 4 -
Vertical Scrollbars Forum: HTML Forum
Replies: 1
-
05-10-2004, 07:27 AM #1
iframe scrollbars
Hi,
sorry to post another thread about those scrollbars, but I just couldn't find any help in the existing threads ...
I'm using an iframe in a page that has colored scrollbars. I read some articles, telling me that normally such an iframe would have the same colored scrollbars as the parent page. Mine hasn't ...
I tried to set the colored scrollbars in the page loaded in the iframe, but that doesn't change anything.
Could anyone tell me how to get those iframe scrollbars colored ?
-
05-10-2004, 12:50 PM #2bald headed old fart
Status- Offline
Join Date- Aug 2003
Location- chertsey, a small town 25 miles south west of london, england.
Posts- 739
Hi there Frantic,
I tried to set the colored scrollbars in the page loaded in the iframe, but that doesn't change anything.
body {
scrollbar-base-color: #ff0000;
scrollbar-face-color: #ff00ff;
.....
.....
}
...try using instead....
html {
scrollbar-base-color: #ff0000;
scrollbar-face-color: #ff00ff;
.....
.....
}
Also bear in mind that color scrollbars are an I.E. only feature
coothead
-
05-10-2004, 02:05 PM #3
Thanks ! it works fine now !
great forum, I'll be back
-
10-10-2005, 04:49 PM #4
Re: iframe scrollbars
Just registered to sayTHANK YOU!! *bows*
Well, this, and reply to some other iframe question (that I could actually respond)
-
12-10-2009, 02:57 AM #5
iframe target not working
makeMenu('top','ALUMINIUM','../alum.html','FRAME1')
the problem is alum.html not opening in FRAME1
its opening in main page
is there any error?
for further details
pls. visit :
http://www.ijexportsinc.com/metal_menu.html (for menu source)
&
the target frame is in http://www.ijexportsinc.com/index2.html
to see the problem. on left hand menu in aluminium
pls. help
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum