|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (6 bit)
Join Date: Feb 2002
Location: Quebec
Posts: 39
|
HTML / Scrollbar
Howdy,
I was wondering how do you change the color of the Scrollbar (like on pcmech page by the way it's blue..) thanks.. --bah |
|
|
|
|
|
#2 |
|
Member (9 bit)
Join Date: Mar 2001
Location: Iowa
Posts: 413
|
I ran across this download that supposedly does this.
http://www.zdnet.com/downloads/stori...107981,00.html I haven't downloaded it and tried it out yet myself, so I can't tell you if it is good or bad or if it works at all. If that doesn't work or you don't like it, I believe it is just a javascript that changes the color but not 100% positive. So you may find something on a javascript web site. |
|
|
|
|
|
#3 |
|
Professional gadfly
|
When in doubt, look at the source for the page:
|
|
|
|
|
|
#5 |
|
Member (5 bit)
Join Date: Feb 2002
Posts: 27
|
try this one
|
|
|
|
|
|
#6 |
|
Professional gadfly
|
How about this:
<STYLE type=text/css> BODY { scrollbar-face-color:#449DE2; scrollbar-track-color:#0044b6; scrollbar-arrow-color:#000000; scrollbar-highlight-color:#73ADD9; } </STYLE> |
|
|
|
|
|
#7 |
|
Member (6 bit)
Join Date: Feb 2002
Location: Quebec
Posts: 39
|
thanks guys
|
|
|
|
|
|
#8 |
|
Member (6 bit)
Join Date: Feb 2002
Location: Quebec
Posts: 39
|
problem
Hi,
I can't see why, but the scrollbar is not working for me, here's the code that I have: in my style sheet: BODY { scrollbar-face-color: #003399; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #0000CC; scrollbar-3Dlight-color: #000000; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #0099CC; scrollbar-darkshadow-color: #000099; font-family: Arial; font-weight: light; color: #000000; background: #000FF; text-align: left; text-indent: .5in; } |
|
|
|
|
|
#9 |
|
Member (10 bit)
|
Work's for me. What browser are you using? Are you BODY tags correctly placed?
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|