Incorrect scrolling after vertical centering

kyg

New Member
So I have a problem, after setting position: \[code\]absolute; top: 50%; margin-top: -310px\[/code\] for my main content. The problem is when I minimalize the browser window and the vertical scroll appears, top part of the layout is hidden.Here is what I mean: http://jsfiddle.net/95Uzt/15/. You can see the menu and contact form but the header above the form is not visible/covered by the browser. What is wrong?
 
Back
Top