miniBB ®

miniBB

®
Support Forums
  
 · Start · Sign in · Register · Search · Statistics · File Bank · Manual ·
How To miniBB Support Forums / How To /  
 

Any way of putting the scroll bars in different color in IFRAME?

 
Author Jay
Guest
#1 · Posted: 26 Sep 2006 06:37Reply Quote
I assume i need to edit bb_defautl_style.css

with this code not?

body {
scrollbar-3dlight-color : #82BCDA;
scrollbar-darkshadow-color : #82BCDA;
scrollbar-highlight-color : #D7ECF5;
scrollbar-shadow-color : #3985AB;
scrollbar-arrow-color : #0E212A;
scrollbar-face-color : #82BCDA;
scrollbar-track-color : #82BCDA;
}

but where to put it?

Thx a lot for help

Author Paul
Lead Lead Developer
#2 · Posted: 26 Sep 2006 06:59Reply Quote
Edit bb_default_style.css and put this code inside .gbody class.

Author Jay
Guest
#3 · Posted: 26 Sep 2006 07:28Reply Quote
Ty, that changed the bars inside the forum but the iframe still has the explorer scroll bar U can see what im trying to do here

http://www.areadance.com/zd/realmusic/mp3music/1dance.htm

Thx a lot for help

Author Paul
Lead Lead Developer
#4 · Posted: 26 Sep 2006 10:04Reply Quote
So, you need to apply this styling to the IFRAME itself. Search Google how... we're not teaching the HTML/CSS basics.

Author Jay
Guest
#5 · Posted: 26 Sep 2006 10:58Reply Quote
As far as i know, and for what i´ve been searching there is no way to apply the styling to the iframe :-( , i need to apply it to the content inside, ill keep on searching thx for help

Author Paul
Lead Lead Developer
#6 · Posted: 26 Sep 2006 11:51Reply Quote
I have asked Google about iframe scrollbars color and found this immediately:

http://www.samisite.com/test-csb2nf/id43.htm

Author Anonymous
Guest
#7 · Posted: 28 Sep 2006 07:50Reply Quote
Sure im a newbie and i cannot find it :-( , the main problem is this one

CHANGE YOUR SCROLLBAR COLORS:
put code on the Content page (like this one), not the page with your iFrame.

I need to edit the content page, that is the forum one, not the page where the iframe is or the iframe itself :-(.

Ill keep on trying to see if i can found it by chance editing the bb_default_style.css

thx a lot for help and sorry for your time

Author Paul
Lead Lead Developer
#8 · Posted: 28 Sep 2006 08:54Reply Quote
So, scrollbars can be controlled only within the IFRAME code itself. You can not change them modifying bb_default_style.css.

Author Dragon
Partaker
#9 · Posted: 23 Oct 2006 10:23Reply Quote
Here is what I use and it is in the <head> html portion of my main page. View it at http://www.floridahomesteadservices.com

<style>body { scrollbar-3d-light-color: #FFFFFF; scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #FFFFFF; scrollbar-dark-shadow-color:
navy; scrollbar-face-color: navy; scrollbar-highlight-color:
#7394CE; scrollbar-shadow-color: #FFFFFF }
</style>

Author Paul
Lead Lead Developer
#10 · Posted: 23 Oct 2006 11:00Reply Quote
Dragon
I think, your solution is a bit wrong... this is the thread about the IFRAME. Your code is about the BODY part.

Author lime
Partaker
#11 · Posted: 23 Oct 2006 17:03Reply Quote
Jay, try adding the code to the main page (not the iframe page)

I viewed the source of your page and where it says this:
[pre]<style type="text/css">
<!--
body {
background-image: url(../../imagenes/fondos/fds.jpg);
background-color: #FFFFFF;
}
a:link {
color: #00CCFF;
}
a:visited {
color: #00CCFF;
}
.Estilo1 {color: #FFFFFF}
-->
</style></head>[/pre]

change it to this:
[pre]<style type="text/css">
<!--
body {
background-image: url(../../imagenes/fondos/fds.jpg);
background-color: #FFFFFF;
scrollbar-3dlight-color : #82BCDA;
scrollbar-darkshadow-color : #82BCDA;
scrollbar-highlight-color : #D7ECF5;
scrollbar-shadow-color : #3985AB;
scrollbar-arrow-color : #0E212A;
scrollbar-face-color : #82BCDA;
scrollbar-track-color : #82BCDA;
}
a:link {
color: #00CCFF;
}
a:visited {
color: #00CCFF;
}
.Estilo1 {color: #FFFFFF}
-->
</style></head>[/pre]

Author Dragon
Partaker
#12 · Posted: 23 Oct 2006 18:17Reply Quote
I think, your solution is a bit wrong... this is the thread about the IFRAME. Your code is about the BODY part.

yes, I'm sorry for the interruption.

How To miniBB Support Forums / How To /
 Any way of putting the scroll bars in different color in IFRAME?
 Share Topic's Link

Your Reply Click this icon to move up to the quoted message

BB code for the Bold StyleBB code for the Italic StyleBB Code for the PictureBB code for the URLUpload a File

  ?
Post as a Guest, leaving the Password field blank. You could also enter a Guest name, if it's not taken by a member yet. Sign-in and post at once, or just sign-in, bypassing the message's text.


Before posting, make sure your message is compliant with forum rules; otherwise it could be locked or removed with no explanation.

 

 
miniBB Support Forums Powered by Forum Software miniBB ® Home  Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contact Us
Get the File and Picture Attachments add-on: extend your miniBB-forums, attaching images and files.