View Full Version : Vertical scroller


Ezell
07-24-2003, 06:31 AM
Hi,

I added a scrollbar to a table using the DIV tags, but I wanted to know if it was possible to replace this scrollbar by a vertical scroller (making the text scroll up and down just by moving the mouse over the Up or Down buttons).
I found some Javascript codes that are supposed to do that, but I can't get them to work on my page...

MaGiCSuN
07-24-2003, 09:28 AM
if you have set width to a div it must automatically scroll down and not to the side. If it's scrolling to the side than you might want to check the content you have inside that div because that might be bigger then the actual div itself.

Love,
Mirna

skyyblue
07-26-2003, 08:21 PM
unfortunatly i dont think its possible to do that with a table, you might want to try using an iframe instead. good luck :D