Jump to content

Help with Making the Menu Stay the same W/ New Links


Mod-Jay

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.