trouble with drop down menu
-
.main-navigation {
float: right;
margin-top: 2em;
}.main-navigation ul {
list-style: none;
position: absolute;
left: -999em;
}.main-navigation li {
list-style-type: none;
float: left;
margin-right: 1.5em;
}.main-navigation a {
color: #a5a5a5;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .1em;
display: block;
padding: 0 1em;
transition: .5s all;
}.main-navigation a:hover {
color: #ba272d;
}The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘trouble with drop down menu’ is closed to new replies.