I have been trying to create a bootstrap footer using the class navbar-fixed-bottom, however I do not want this to be a fixed element and I want to have to scroll to it. This is my existing code Any help?
<div class="navbar navbar-default navbar-fixed-bottom">
<div class="container">
<p class="navbar-text pull-left"><strong>Click08.co.uk</strong> is a <strong>Web Daddy</strong> project.</p>
<a class="navbar-btn btn btn-success pull-right" href="../Home.php">Return To Home</a>
</div>
</div>