Quantcast
Channel: LowEndTalk
Viewing all articles
Browse latest Browse all 39981

[solved] Javascript question (scroll)

$
0
0

I'm making a image that if you click it, will scroll a div (with overflow hidden), but it makes weird results, scrolling weird:

function scroll() { var div = document.getElementById('bio'); div.scrollTop = div.scrollTop + '1'; }

seems right, isnt it?


Viewing all articles
Browse latest Browse all 39981

Trending Articles