Results 1 to 4 of 4
Related
-
Making vertical scrollbar Forum: Website Scripts Forum
Replies: 2 -
Vertical Scrollbar within a cell of a table? Forum: HTML Forum
Replies: 4 -
Vertical scrollbar Forum: HTML Forum
Replies: 2 -
Vertical Scrollbar / Slider Manipulation Forum: Javascript Forum
Replies: 0 -
No vertical scrollbar? Forum: Website Scripts Forum
Replies: 2
-
04-18-2004, 01:55 PM #1
How to get a second vertical scrollbar?
Hello everyone,
What I'd like on my site is another vertical scroolbar just like the one on your window's right at this moment. Except that it would be on the left side of the page. When the user scrolls down with the mouse or pulls at either scrollbar, both will move. A sort of double-track thing.
I need it because my page has some features that require it to be strictly symmetrical and because, well, I think it would look good if I also played around with scrollbar colors a bit.
Anyone know how to do it? G.
-
04-18-2004, 03:09 PM #2
Hi Gweleif,
there are numerous threads regarding scrollbar effects/positioning, a little searching might help with what your after.
krak_d
-
04-20-2004, 03:44 PM #3
if you wanted the scrollbar on the left, you could use somethign like this
Code:<BODY style="direction: rtl;"> <DIV style="direction: ltr"> </DIV> </BODY>
-jazinc
-
04-28-2004, 10:55 AM #4
Thats like having 2 steering wheels in one car. Why?