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! |
|
|
|
![]() |
Nov 28 2006, 08:03 PM
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* |
|
|
|
ashopely scrollbar. Nov 28 2006, 04:43 PM
WHIMSICAL 0NE I only know how when you use iFrames. But you can ... Nov 28 2006, 06:39 PM
ashopely can't. the background is multicolored.
but th... Nov 28 2006, 07:29 PM
WHIMSICAL 0NE Eh, yeah I assumed so or else you probably would h... Nov 28 2006, 07:37 PM![]() ![]() |