challenge-group
New Member
Several browsers in Max OS 10.7.X allow a user to scroll above the top of the page! This is weird, but fine, except that my site has additional whitespace between the "top" of the page and the "normal" space added to the top of the page when quick-scrolling to the top. See example below.The blue box is "normal", i.e. it's on everybody's page, Facebook, Google, Hamster Dance, etc. The orange box is my header. It has the following style attributes: \[code\]position:fixed; top:0;\[/code\]. The purple box is unaccounted for whitespace. It should be noted that there is a style attribute \[code\]margin-top:79px;\[/code\] that is added to my \[code\]div#wrapper\[/code\] so that the rest of the page (red box and below) doesn't end up hidden behind the floating header. I'm not sure exactly what you'd like to see the styles of (there are many) but let me know and I'll post them.