PDA

View Full Version : Scrollbar or Slider help


zorrox02
09-09-04, 06:00 PM
Hello

I am trying to write a code that allows me to use the scroll bar to control the vertical movement of a table. Can someone help me out. I have no clue. Thanks a bunch

zorro

Wuiqed
09-09-04, 07:04 PM
overflow-x: hidden;
overflow-y: scroll;

That's what I use. If you want to play around more you can also alter the color of the bar in many ways, like I have done in the bottom textbox at http://panelen.net

And here's a tip: learn a bunch of css and use divs instead of tables. It will give a whole bunch of freedom ;)