2
   

Coloured Scroll Bar html code HELP!

 
 
EyeLash
 
Reply Wed 3 Dec, 2003 02:14 am
hi there everyone i have my own charmed fansite and recently i have noticed that u can do coloured scroll bars. and i was thinking it would help to improve the whole look of my site! but when i asked someone about a code the code i was given only works on the latest technology or whatever.

so i was wondering is there a basic html code that'll give me coloured scroll bars that'll work on my site?

Edit (Moderator): Link removed

if so could u plz be kind enough to post it here with step by step instructions? because sometimes i get a little mixed up! Rolling Eyes Smile

thanks

Peta xo
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 2 • Views: 4,319 • Replies: 6
No top replies

 
Monger
 
  1  
Reply Wed 3 Dec, 2003 02:29 am
Re: Coloured Scroll Bar html code HELP!
EyeLash wrote:
but when i asked someone about a code the code i was given only works on the latest technology or whatever.

Colored scrollbars only work with IE 5.5+

Such is life.

here's the correct css code:
Code:<style type="text/css">
BODY {
scrollbar-face-color: rgb(VALUE);
scrollbar-shadow-color: rgb(VALUE);
scrollbar-highlight-color: rgb(VALUE);
scrollbar-3dlight-color: rgb(VALUE);
scrollbar-darkshadow-color: rgb(VALUE);
scrollbar-track-color: rgb(VALUE);
scrollbar-arrow-color: rgb(VALUE);
}
</style>
0 Replies
 
EyeLash
 
  1  
Reply Wed 3 Dec, 2003 03:00 am
Re: Coloured Scroll Bar html code HELP!
Monger wrote:
EyeLash wrote:
but when i asked someone about a code the code i was given only works on the latest technology or whatever.

Colored scrollbars only work with IE 5.5+

Such is life.

here's the correct css code:
Code:<style type="text/css">
BODY {
scrollbar-face-color: rgb(VALUE);
scrollbar-shadow-color: rgb(VALUE);
scrollbar-highlight-color: rgb(VALUE);
scrollbar-3dlight-color: rgb(VALUE);
scrollbar-darkshadow-color: rgb(VALUE);
scrollbar-track-color: rgb(VALUE);
scrollbar-arrow-color: rgb(VALUE);
}
</style>


so in the value part u put the colour wanted?
0 Replies
 
Monger
 
  1  
Reply Wed 3 Dec, 2003 05:05 am
Exactly, but in RGB color values.

It can be more simple though, you could just use something like:
Code:scrollbar-face-color: red;


There are several ways to specify a color. . .all of the following would give you the same red:

color: red; //(Nice & easy)
color: rgb(255,0,0); //(Using RGB (red green blue) values)
color: #FF0000; //(Using hexadecimal RGB values)
0 Replies
 
Craven de Kere
 
  1  
Reply Wed 3 Dec, 2003 06:43 am
IE Scrollbar Color Generator
0 Replies
 
EyeLash
 
  1  
Reply Fri 5 Dec, 2003 01:32 am
Craven de Kere wrote:


thank u!!!!!!! thats exactly the type of help i wanted. cause its really easy to do with the link u gave me! if i remember i'll try and do it next week! Smile
0 Replies
 
katya8
 
  1  
Reply Tue 6 Jan, 2004 01:24 pm
Since you're talking about "color" in here, I wondered if anyone can give me the HTML code for that beautiful rainbow-inside-all-type
effect???
0 Replies
 
 

Related Topics

Webdevelopment and hosting - Question by harisit2005
Showing an Ico File - Discussion by Brandon9000
how to earn money in internet - Discussion by rizwanaraj
The version 10 bug. Worse then Y2K! - Discussion by Nick Ashley
CSS Border style colors - Question by meesa
There is no Wisdom in Crowds - Discussion by ebrown p
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
I'm the developer - Discussion by Nick Ashley
 
  1. Forums
  2. » Coloured Scroll Bar html code HELP!
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 04/24/2024 at 10:25:33