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.

CSS Forum


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



Reply
Old 01-18-2007, 02:35 PM CSS Scroll Bar
bigfreak's Avatar
Extreme Talker

Posts: 179
Name: Andy
Trades: 0
hey folks,

i'm in the process of creating a new site, i'll post the link when i'm closer to adding text.

I have a small section where I'm going to add the text. Now this is going to cause me a small issue, I will need scroll bars. But i don't want the ugly ones IE or FF use.

Is there a way, with CSS that I can add a nice looking scroll bar?

your help is greatly appreciated.

cheers!
bigfreak is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-18-2007, 11:09 PM Re: CSS Scroll Bar
Banned

Posts: 905
Name: Travel Agent
Trades: 0
Yes there is -- try this simple code; just put in the corresponding HTML color code where it say's "color":

<style type="text/css">
<!--
body {scrollbar-3dlight-color:;
scrollbar-arrow-color:;
scrollbar-track-color: ;
scrollbar-darkshadow-color:;
scrollbar-face-color:;
scrollbar-highlight-color:;
scrollbar-shadow-color:}
-->
</style>
travelagent is offline
Reply With Quote
View Public Profile
 
Old 01-19-2007, 12:58 PM Re: CSS Scroll Bar
bigfreak's Avatar
Extreme Talker

Posts: 179
Name: Andy
Trades: 0
ok, i tried that and nothing happened.

Can i put it in the css sheet for the site?

Maybe i'll try that...

here's the address...http://www.cfmsonline.com/new/

thanks!
bigfreak is offline
Reply With Quote
View Public Profile
 
Old 01-19-2007, 01:02 PM Re: CSS Scroll Bar
Banned

Posts: 905
Name: Travel Agent
Trades: 0
No; it needs to be placed within your <head> and </head> -- I also didn't mention that Firefox doesn't display colored scrollbars.
travelagent is offline
Reply With Quote
View Public Profile
 
Old 01-19-2007, 01:14 PM Re: CSS Scroll Bar
bigfreak's Avatar
Extreme Talker

Posts: 179
Name: Andy
Trades: 0
ok, here's what i have, and nothin! all before the </head> tag

<style type="text/css">
<!--
body {scrollbar-3dlight-color:#dddddd;
scrollbar-arrow-color:#dddddd;
scrollbar-track-color: #dddddd;
scrollbar-darkshadow-color:#dddddd;
scrollbar-face-color:#dddddd;
scrollbar-highlight-color:#dddddd;
scrollbar-shadow-color:#dddddd}
-->
</style>
bigfreak is offline
Reply With Quote
View Public Profile
 
Old 01-19-2007, 01:29 PM Re: CSS Scroll Bar
Banned

Posts: 905
Name: Travel Agent
Trades: 0
No wonder it doesn't display properly; you've given the same identical color in every line of code!

Here's a color specifier I use constantly to get my colors correct -- on the left side, click the name of the color to see how it looks -- then, on the right side, you'll find the corresponding HTML in Hype's Color Specifier
travelagent is offline
Reply With Quote
View Public Profile
 
Old 01-19-2007, 01:55 PM Re: CSS Scroll Bar
bigfreak's Avatar
Extreme Talker

Posts: 179
Name: Andy
Trades: 0
i meant, i don't see any changes to the scroll bar.
bigfreak is offline
Reply With Quote
View Public Profile
 
Old 01-19-2007, 01:57 PM Re: CSS Scroll Bar
bigfreak's Avatar
Extreme Talker

Posts: 179
Name: Andy
Trades: 0
ok, seems to work now. thanks!

talkupation added
bigfreak is offline
Reply With Quote
View Public Profile
 
Old 01-19-2007, 08:34 PM Re: CSS Scroll Bar
Banned

Posts: 905
Name: Travel Agent
Trades: 0
Thanks for the vote of confidence and talkupation -- glad it worked for you!
travelagent is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to CSS Scroll Bar
 

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.28031 seconds with 12 queries