Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I just finished making my new website, but there is one problem I'm having with the header navigation. I have a really simple list with two links, that I inserted into the header with margin-top:10px (the header is 60px in height and with this margin i positioned it in the center verically). Everything fine, but in 60 % percent of the cases I open the website (it doesn't matter what is the browser or am I opening it locally or from a server) - it just goes below the header. I tried to put a negative value for margin-top, but the problem remains - it's just a matter of chance. Even when the problem appears, when refreshed, everything is okay..

share|improve this question
3  
can you show the code? or a jsfiddle? – flapjacks Oct 30 '12 at 22:28

closed as too localized by Roddy of the Frozen Peas, Dharmendra, chris, jacktheripper, Kay Nov 1 '12 at 9:04

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Georgi,

How did you insert the navigation into the container? Do you have a code example or a live site to look at? If you are trying to position a container on the very top of the page, try using position absolute. If you are trying to position it in a certain spot on the page you need to make sure your container isn't forcing it out.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.