Log In · Register

 
Transparent scrollbars?
flaymzofice
post 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
 
 
Start new topic
Replies
*[2]Nekked*
post 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).
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: