Minor Navigation issue - Can you fix?

Community Forums/General Help/Minor Navigation issue - Can you fix?

Imperium(Posted 2013) [#1]
http://www.nostalgicalgorithms.com

I will either pay for someone to fix this or will gladly create a 3d model or texture as payment for services. Whatever you want because I'm tired of dealing will all this web design crap.

I finally had the time to improve my website but I still have a minor issue with the navigation. The contact button on Safari 5.19 appears under the news button. The site displays correctly on 99 other browser just this one it decides to not behave.


Kryzon(Posted 2013) [#2]
I think the List-Items are overflowing the parent. Best thing to do is not give that Unordered-List a fixed width and instead set it on auto, and then change some other things.

Try this...
<div id="navwrapper" style="text-align: center;">
	<ul id="menu" style="display: inline-block; width: auto; height: auto; margin: 0;">
		<li></li>
		<li></li>
		<li></li>
	</ul>
</div>



dawlane(Posted 2013) [#3]
I finally had the time to improve my website but I still have a minor issue with the navigation. The contact button on Safari 5.19 appears under the news button.
It's not just Safari. I get the same with Firefox on Linux.

From what I can tell you need to rethink your css code for the navbar.
I suggest you to have a look at http://matthewjamestaylor.com/blog/centered-dropdown-menus to see one way of doing it.


Imperium(Posted 2013) [#4]
It's just so annoying that something so simple is such a head ache. I will try Kryzon's idea first. Thanks for the suggestions.

Yep that worked Kryzon but the text is now centered.