I\'m trying to make a horizontal scroll website, but I don\'t know how to smoothly scroll from one element to the other. I tried the following code:
untested
$('.click').click(function(){ $.scrollTo( $('.last'), 800); });