There is two issues with my code:
A) the actual html content is hidden because of the position fixed tag on the image.
Namely this piece
<div class="container">
<div class="page-header">
<h1>Sticky footer with fixed navbar</h1>
</div>
<p class="lead"></p>
<p>
sup
</p>
</div>
</div>
B) I would like to produce this effect with the navbar rolling up and then locking!
http://jsfiddle.net/shail/YKaBK/show/
Can anyone help?
Also if there are any problems with my CSS/HTML tips would be awesome!