Scrollbox with NO scrollbar, Is it possible? |
Scrollbox with NO scrollbar, Is it possible? |
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? |
|
|
|
![]() |
| *Azarel* |
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. |
|
|
|
lucky33554 Scrollbox with NO scrollbar Jan 4 2007, 11:18 PM
WHIMSICAL 0NE Do you mean a div?
You could try something like ... Jan 4 2007, 11:25 PM
lucky33554 LOL No I don't want my information hidden... I... Jan 5 2007, 01:29 AM
toyo loco Well I don't know if its possible but if you h... Jan 5 2007, 03:06 AM
lucky33554 LOL IE sucks... I use firefox
I guess there is no ... Jan 5 2007, 03:21 AM![]() ![]() |