scrollbar. |
scrollbar. |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 844 Joined: Jan 2006 Member No: 362,677 ![]() |
is there a way to make your scrollbar transparent?
![]() thanks lots! ![]() |
|
|
![]() |
![]()
Post
#2
|
|
World War Me ![]() ![]() Group: Member Posts: 12 Joined: Nov 2005 Member No: 293,830 ![]() |
You could always do a filter I guess and make the scroll bar all one random color. Here's the code if you're using CSS. It's added to the end of the scrollbar code.
<style type="text/css"> body {scrollbar-face-color:blahblah; scrollbar-track-color:blahblah; scrollbar-highlight-color:blahblah; scrollbar-3dlight-color:blahblah; scrollbar-shadow-color:blahblah; scrollbar-darkshadow-color:blahblah; filter:chroma(color="COLOR OF SCROLLBAR");} </style> -I think that's right. 0_o *crosses fingers* |
|
|
![]() ![]() |