Transparent scrollbars? |
Transparent scrollbars? |
Sep 13 2006, 08:14 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 547 Joined: Dec 2005 Member No: 337,439 |
For my comment box, I have a second scroll bar to the main page one, but I'd like it transparent. Is that possible? Or, translucent even, so that you can see a faint white, but the image underneath shows through?
Failing that, can I even change the colour of a second scroll bar? Make it different to the make page scroll bar colour? MySpace |
|
|
|
![]() |
| *[2]Nekked* |
Sep 13 2006, 11:16 PM
Post
#2
|
|
Guest |
yes, actually you can have transparent scrollbars.
CODE .scroll { overflow: auto; scrollbar-face-color:#7996E2; scrollbar-arrow-color:#7996E2; scrollbar-track-color:#647A19; scrollbar-shadow-color:#000000; scrollbar-highlight-color:#487ED4; scrollbar-3dlight-color:#647A19; scrollbar-darkshadow-Color:#647A19; filter:chroma(color=#647A19); } use <div class="scroll"> the chroma color makes that specific color transparent in your div. so wherever you put that color, itll be transparent. make sure you choose a color that you're sure you're not going to use. (even in images). |
|
|
|
flaymzofice Transparent scrollbars? Sep 13 2006, 08:14 PM
toyo loco Nope, I believe you can only have all scrollbars o... Sep 13 2006, 10:11 PM
flaymzofice Thanks so much; that's awesome. Code works per... Sep 14 2006, 12:43 PM
[2]Nekked i believe there is a thread for this in scripts so... Sep 15 2006, 12:06 PM![]() ![]() |