is there, anyway to.. |
is there, anyway to.. |
Aug 22 2006, 05:00 PM
Post
#1
|
|
![]() Connor ![]() ![]() ![]() ![]() Group: Member Posts: 189 Joined: Jun 2005 Member No: 147,913 |
is there anyway to make all of the scroll bars of the page transparent except the arrow?
thanks in advance |
|
|
|
![]() |
| *This Confession* |
Aug 22 2006, 05:03 PM
Post
#2
|
|
Guest |
No, just change them to the same color for everything except for the arrow color. That's what I do anyway.
|
|
|
|
Aug 23 2006, 03:57 PM
Post
#3
|
|
![]() Connor ![]() ![]() ![]() ![]() Group: Member Posts: 189 Joined: Jun 2005 Member No: 147,913 |
oh okay
thanks anyway |
|
|
|
| *mona lisa* |
Aug 23 2006, 04:04 PM
Post
#4
|
|
Guest |
You can actually make scrollbars transparent, but they will only work in IE and I think Opera (?).
CODE <style type="text/css"> scrollbar-Arrow-Color: 000000; scrollbar-Track-Color: FFFFFF; scrollbar-Shadow-Color: FFFFFF; scrollbar-Face-Color: FFFFFF; scrollbar-Highlight-Color: FFFFFF; scrollbar-darkshadow-color: FFFFFF; scrollbar-3dLight-Color: FFFFFF; FILTER: chroma(color=FFFFFF) allowTransparency; } </style> "FFFFFF" is defined as the transparent color, so change the color of the arrow color only. |
|
|
|
![]() ![]() |