0

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.

user520300
  • 1,497
  • 5
  • 24
  • 46
  • 2
    That's a very unpleasant thing to do to your users. If my scroll wheel doesn't work on your content, I'll be clicking away to another site. – Pointy Feb 18 '11 at 16:22
  • 2
    Please please please stick to standard user interfaces. The way they look tells people that they work the same way that other controls that look that way work. They automatically provide mouse, keyboard, etc access. – Quentin Feb 18 '11 at 16:22
  • I agree completely. with both comments above. A site was being built 100% in flash which im sure everyone can image was a bad idea. So im stuck with pulling as much out of flash as i can but keeping certain effects that the client liked. One is this scrolling thing. If i cant convince otherwise i have to pull this off not using flash. – user520300 Feb 18 '11 at 16:27

1 Answers1

1

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

Don't even need to use jQuery.

Edgar
  • 4,348
  • 4
  • 40
  • 59