Mod-Jay Posted September 18, 2010 Share Posted September 18, 2010 Menu css: ul.menu {position:absolute; right:100px;} ul.menu li{float:left} ul.menu li a { display: block; height: 23px; padding: 2px 0 0 20px; margin-bottom: 5px; font-size: 14px; text-decoration: none; color: #000000; font-weight: normal; outline: none; } ul.menu li { padding: 0px; margin: 0px; display: inline; } ul.menu li a:hover{ color: white; } ul.menu li .current { color: white; } Atm if you use the code you could see whats wrong Quote Link to comment https://forums.phpfreaks.com/topic/213730-help-with-making-the-menu-stay-the-same-w-new-links/ Share on other sites More sharing options...
Mod-Jay Posted September 18, 2010 Author Share Posted September 18, 2010 it deals with the ul.menu {position:absolute; right:100px;} Quote Link to comment https://forums.phpfreaks.com/topic/213730-help-with-making-the-menu-stay-the-same-w-new-links/#findComment-1112459 Share on other sites More sharing options...
sKunKbad Posted September 19, 2010 Share Posted September 19, 2010 It's hard to see what's going on without some HTML. If you'll supply some, I'll be happy to take a look at what you're working on. Quote Link to comment https://forums.phpfreaks.com/topic/213730-help-with-making-the-menu-stay-the-same-w-new-links/#findComment-1112640 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.