scrollbar. |
scrollbar. |
Nov 28 2006, 04:43 PM
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! |
|
|
|
![]() |
| *WHIMSICAL 0NE* |
Nov 28 2006, 06:39 PM
Post
#2
|
|
Guest |
I only know how when you use iFrames. But you can just make them all the same color as the background.
|
|
|
|
Nov 28 2006, 07:29 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 844 Joined: Jan 2006 Member No: 362,677 |
can't. the background is multicolored.
but thanks. |
|
|
|
| *WHIMSICAL 0NE* |
Nov 28 2006, 07:37 PM
Post
#4
|
|
Guest |
Eh, yeah I assumed so or else you probably would have just made it the same color. Is there a reason you want it transparent? Or is it just because? haha, guess I was just wondering if there was some other problem or something that you wanted them transparent. But sorry, it's not possible.
|
|
|
|
Nov 28 2006, 08:03 PM
Post
#5
|
|
|
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* |
|
|
|
![]() ![]() |