[javascript] $(document).ready(function() {
$("a.topLink").click(function() { $("html, body").animate({ scrollTop: $($(this).attr("href")).offset().top + "px" }, { duration: 500, easing: "swing" }); return false; });
}); [/javascript]
Name (required)
Mail (will not be published) (required)
Website
Δ