Javascript - Scroll Div Content

SpaceshipSpaceship
SpaceshipSpaceship
Namecheap AuctionsNamecheap Auctions
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
•••
DomainEasy: white label portfolios are live. Enable yours.

We're social

Escrow.com
Spaceship
Escrowly
CryptoExchange.com
Domain Recover
URLs.com
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back