user520300
user520300

Reputation: 1527

Vertical Scrolling Div

i have a div 400px x 400px which contains text that i need to scroll. I would like to do it with control on a couple of arrow images (up and down). Can this be done with jquery? I also dont want a scroller off to the side of the div. just a couple up and down arrows under the div to control the scrolling of the content.

Any thoughts?

Thanks in advance.

Upvotes: 0

Views: 4089

Answers (1)

Edgar
Edgar

Reputation: 4518

This will be helpful: Scroll Position of div with "overflow: auto"

Don't even need to use jQuery.

Upvotes: 1

Related Questions