|
I agree with lynxus. Your site is like a liquid layout. So, when the navigation doesn't have enough room to fit, the navigation moves down (which happens to be behind the content). So if your screen resolution is below 800, your navigation will shift into another place. If you have a screen resolution above 1200 you'll see it fine.
Now there are a few solutions. In order for you to see what is happening, I want you to change your header height to 100%. Now adjust your browser window. You should see it bounce around on the white background. Ok, now that you can see whats happening, lets remove the height.
Here are some ideas of solutions to help you get started:
One way is to make the header section not fluid (so it won't adjust). In order to do this is defining a width on the div id ="header".
The other method is positioning absolute (right defined as 0) the div class="stuffing".
This pretty much can get fixed with css.
Last edited by Puddlemut; 06-13-2011 at 05:49 PM..
|