Log In · Register

 
Scrollbox with NO scrollbar, Is it possible?
FoxLucky
post Jan 4 2007, 11:18 PM
Post #1


So um yeah
*****

Group: Official Designer
Posts: 745
Joined: Aug 2006
Member No: 459,873





I want to make a scrollbox without a scrollbar...
Is it possible?
Anyone know the code?

 
 
Start new topic
Replies
*Azarel*
post Jan 5 2007, 06:17 AM
Post #2





Guest






Assuming that this scrollbar is on a div layer, you could make it transparent, by inserting the following into your stylesheet and then setting your div class (<div class="scroll">).

.scroll {
overflow: auto;
scrollbar-face-color:#647A19;
scrollbar-arrow-color:#647A19;
scrollbar-track-color:#647A19;
scrollbar-shadow-color:#647A19;
scrollbar-highlight-color:#647A19;
scrollbar-3dlight-color:#647A19;
scrollbar-darkshadow-Color:#647A19;
filter:chroma(color=#647A19);
}

However, if you have any instance of the color 647A19 occurring in your div box, it will show up as transparent so feel free to change that hex code to any color that you think won't show up.
 

Posts in this topic


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