change scroll bar color |
![]() ![]() |
change scroll bar color |
Feb 27 2007, 08:49 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 16 Joined: Mar 2006 Member No: 383,845 |
i can't change my main scroll bar color? my myspace
|
|
|
|
Feb 27 2007, 09:21 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
If you use firefox its not possible and what code did you try?
|
|
|
|
| *Azarel* |
Feb 28 2007, 04:32 AM
Post
#3
|
|
Guest |
This in your coding:
CODE body { background-color:white; background-image: url("http://i77.photobucket.com/albums/j70/crazi4u123/l.gif"); background-position: bottom right; background-repeat: no-repeat; background-attachment: fixed; border: 15px solid black; } table, tr, td {background:transparent; border:0px;} table table table {background-color:ffffff;} table table table { border-width:2px; border-color:black; border-style:solid; scrollbar-face-color:cccccc; scrollbar-highlight-color:ffffff; scrollbar-3dlight-color:000000; scrollbar-shadow-color:ffffff; scrollbar-darkshadow-color:ffffff; scrollbar-arrow-color:ffffff; scrollbar-track-color:ffffff; } should be: CODE body { background-color:white; background-image: url("http://i77.photobucket.com/albums/j70/crazi4u123/l.gif"); background-position: bottom right; background-repeat: no-repeat; background-attachment: fixed; border: 15px solid black; scrollbar-face-color:cccccc; scrollbar-highlight-color:ffffff; scrollbar-3dlight-color:000000; scrollbar-shadow-color:ffffff; scrollbar-darkshadow-color:ffffff; scrollbar-arrow-color:ffffff; scrollbar-track-color:ffffff; } table, tr, td {background:transparent; border:0px;} table table table {background-color:ffffff;} table table table { border-width:2px; border-color:black; border-style:solid; } But as Toya (toyo loco) mentioned above, it isn't possible to change scrollbar colors in Firefox. However, the scrollbar color changes will change in Internet Explorer and Opera. |
|
|
|
![]() ![]() |