One thing I've noticed when creating a fixed header is that I often resort to using padding in order to push the content back into view if it falls below the header. Is there a way to create a fixed header without relying on padding or margin to keep all the content visible?
Fiddle: http://jsfiddle.net/tWT6X/1
Kyle