Hi there,
I have spent about 3 hours now trying to figure out how to make the email button in the header to scroll down to the bottom of the page once clicked. I'm not using it for emails but rather I want it to scroll to the bottom of the page to the 3 products area located at the bottom. I trimmed it down to this and rewarded it to "Get Started Today!". I found this smooth scrolling jquery script (see bottom) but I'm not having any luck integrating it into my page.
<h1><strong>New brakes are now a click away!</strong></h1>
<p> </p>
<p> Title line </p>
<p> </p>
<h2><input type="submit" value="Get Started Today!" /></h2>
The jquery script:
http://www.electrictoolbox.com/jquery-scroll-bottom/
Any help or direction would be very much appreciated.
Thank you!