Javascript - Scroll Div Content

Namecheap AuctionsNamecheap Auctions
SpaceshipSpaceship
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.
Unstoppable Domains — AI StorefrontUnstoppable Domains — AI Storefront
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
Truehost — .com domains from $4.99, hosting includedTruehost — .com domains from $4.99, hosting included

We're social

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