I have a fixed footer with some links. You can view it here:
This is the HTML code snippet:
<li class="active"><a href="#">What is Facebook?</a></li>
<li><a href="#about">How does it work?</a></li>
<li><a href="#contact">Feedback</a></li>
<li><a href="#contact">Contact us</a></li>
The footer contains several links, such as What is Facebook?
. When a user clicks on one of these links, the content of that page should slide up from the bottom of the screen.
Is there a way to achieve this effect?