Dynadot โ€” .com Registration $8.99

Javascript - Scroll Div Content

Spacemail by SpaceshipSpacemail by Spaceship
Watch

Harro

Established Member
Impact
1
Solved: Javascript - Scroll Div Content

I have been trying to get the content of a div to scroll by use of a link. Here is the closest I have got so far.

HTML:
<script language='javascript'>
  function move_up() {
	content.scrollTop += 10;
  }
  
  function move_down() {
    content.scrollTop -= 10;
  }
 </script>
(content is the div id)

...and calling the function from the link, this works in IE however it does not in FF. Anyone body know how to get this working in FF, or know of anyother ways to do this.

Thanks for any help you can give.
Harro ;)
 
Last edited:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
If content is the ID, you should be doing document.getElementById('content').scrollTop
 
0
•••
What would I do without you, thanks again. ;)
Harro.
 
0
•••
Unstoppable Domains
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back