1. able2know
  2. » Coloured Scroll Bar html code HELP!
2
   

Coloured Scroll Bar html code HELP!

 
 
Post: # 466,038
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

Post: # 466,047
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
 
Post: # 466,055
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
 
Post: # 466,085
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
 
  1  
Reply Wed 3 Dec, 2003 06:43 am
IE Scrollbar Color Generator
0 Replies
 
Post: # 469,070
EyeLash
 
  1  
Reply Fri 5 Dec, 2003 01:32 am
Craven de Kere wrote:
IE Scrollbar Color Generator


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
 
Post: # 510,253
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
 
 

 
  1. able2know
  2. » Coloured Scroll Bar html code HELP!
Copyright © 2008 able2know :: Page generated in 0.11 seconds on 11/21/2008 at 06:39:19 :: Active ingredients: LAMP, XHTML, CSS, JavaScript
Top End