|
|
|
|
![]() ![]() |
Nov 9 2007, 11:22 PM
Post
#1
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 528 Joined: 13-October 06 From: Alberta, Canada Member No.: 31,584 |
REQUIREMENTS
1. Must have limited to good knowledge of CSS. 2. Must have limited to good knowlege of HTML. THE ELEMENTS First of all, there are 7 different elements of a scrollbar. a) Scrollbar Arrow Color c) Scrollbar Track Color d) Scrollbar Face Color e) Scrollbar Shadow Color f) Scrollbar Highlight Color g) Scrollbar 3dlight Color Bassically all that you need to do is change the colors like you normally do with any sort of CSS. Therefore, if you want the arrow of you scrollbar to be black, simply use this: scrollbar-arrow-color: #000000 HOW TO If you want to structure them then simply do this: CODE Body ( scrollbar-arrow-color: #000000; scrollbar-darkshadow-color: #FFFFFF; scrollbar-track-color: #000000; scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #000000 ) Well, if you choose to use the above colors then you'll be stuck with a scrollbar that looks a bit like a Zebra, but you get the idea. Well, I hope that helped. |
|
|
|
Nov 10 2007, 02:13 AM
Post
#2
|
|
|
A computer once beat me at chess, but it was no match for me at kick boxing. ![]() Group: [MODERATOR] Posts: 4,076 Joined: 24-July 05 From: Linix, DOS and Windows…the good, the bad and the ugly Member No.: 9,787 ![]() |
Just a reminder that the styling of Scrollbars is an Internet Explorer constuct and will only work in IE-related browsers.
Also, the scrollbar styling code will not validate in the w3c or Html Tidy systems. |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 6th October 2008 - 11:08 PM |