I saw this sticky header on this website: http://dunked.com/ (no longer active, view archived site)
When you scroll down the sticky header comes down from t
a similar solution using jquery would be:
$(window).scroll(function () { $('.header').css('position','fixed'); });
This turns the header into a fixed position element immediately on scroll