Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
scrollbar color in an iframe
Old 04-19-2006, 09:42 AM scrollbar color in an iframe
Skilled Talker

Posts: 67
Location: Erin, NY
Trades: 0
Okay, having the weirdest problem. I'm trying to set my scrollbar color in an iframe but i'm not having any luck... Here is a link to the page i'm trying to get this to work on... http://www.kickass-gaming.com/testsite/ then click on 'The Team' I just don't understand what I am doing wrong. Link to the css http://www.kickass-gaming.com/testsite/kickass.css

What I did was put the code into my css file for the scrollbars.

Code:
.bars {
	scrollbar-3dlight-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;
}
and then the page that would have the bars i put this for the body
Code:
<body class="bars">
I've tried a bunch of different things. just cant figure it out. Any ideas?

Last edited by ltcjohnson; 04-19-2006 at 09:43 AM..
ltcjohnson is offline
Reply With Quote
View Public Profile Visit ltcjohnson's homepage!
 
 
Register now for full access!
Old 04-19-2006, 09:49 AM Re: scrollbar color in an iframe
Skilled Talker

Posts: 67
Location: Erin, NY
Trades: 0
Now isn't that special. Right after I post this I figure it out. I did this to get it.

added the following code to my css

Code:
replaced this,

.bars {
	scrollbar-3dlight-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;
}

with this,

html {
	scrollbar-3dlight-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;
}
yes i know. pure black. i just did that for testing...
ltcjohnson is offline
Reply With Quote
View Public Profile Visit ltcjohnson's homepage!
 
Old 04-19-2006, 12:28 PM Re: scrollbar color in an iframe
dk01's Avatar
Ultra Talker

Posts: 373
Location: Ames, IA
Trades: 0
You know this code will only work in IE too right?
__________________
Did I help you? If so, be nice and throw me some
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
dk01 is offline
Reply With Quote
View Public Profile
 
Old 04-30-2006, 01:33 PM Re: scrollbar color in an iframe
wfcamb's Avatar
Experienced Talker

Posts: 33
Location: Louisiana, USA
Trades: 0
This is what I got on my website.. Just paste it into the HTML in whatever frame you are wanting the scrollbar colors changed:

Code:
<STYLE>
   body {
   scrollbar-arrow-color: #BEC074;
   scrollbar-base-color: #521318;
   scrollbar-shadow-color: #521318;
   scrollbar-track-color: #2C0A0C;
   scrollbar-darkshadow-color: #000000;
   }
   </STYLE>
You can also add some of the other scrollbar coding from the ones above.. Just hit enter after the last line of scrollbar coding (after ;), align new coding with other coding, and you're done. I just have the basic one on my website.. I didn't need anything else with it.

Hope that helps ya'!
__________________
~wfcamb~

Last edited by wfcamb; 04-30-2006 at 01:37 PM..
wfcamb is offline
Reply With Quote
View Public Profile Visit wfcamb's homepage!
 
Reply     « Reply to scrollbar color in an iframe
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19202 seconds with 12 queries