Dynadot โ€” .com Transfer

Javascript - Scroll Div Content

SpaceshipSpaceship
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.
GoDaddyGoDaddy
If content is the ID, you should be doing document.getElementById('content').scrollTop
 
0
•••
What would I do without you, thanks again. ;)
Harro.
 
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
Appraise.net
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomainEasy โ€” Payment Flexibility
DomDB
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back