Log In · Register

 
Resize scrollbar, Can you do it?
lpdrummer
post Jun 7 2005, 05:09 PM
Post #1


Senior Member
****

Group: Member
Posts: 137
Joined: Feb 2005
Member No: 103,647



I have a box with a line that creates a place for a scrollbar to go on. However, the scrollbar is too big. Is there a way to resize the scrollbar and make parts of it (Scrollbar track) transparent?
 
 
Start new topic
Replies
lovescream
post Jun 7 2005, 05:51 PM
Post #2


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



you can!

replace

QUOTE
body
{background-color: #fefefe;
scrollbar-arrow-color: #585d61;
scrollbar-track-color: #efefef;
scrollbar-shadow-color: #585d61;
scrollbar-face-color: #fefefe;
scrollbar-highlight-color: #585d61;
scrollbar-darkshadow-color: #585d61;
scrollbar-3dlight-color: #585d61;}


with

QUOTE
div {
filter:chroma(color=#00FF00); /* here you are defining which color you want to be transparent in your scrollbars */

scrollbar-arrow-color: #000000;
scrollbar-face-color: #00FF00; /* transparent */
scrollbar-3dlight-color: #00FF00; /* transparent */
scrollbar-darkshadow-color: #00FF00; /* transparent */
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #00FF00; /* transparent */
}
 

Posts in this topic


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