Moving around a Horizontal Menu?!
-
Hi!
I have followed the instructions to place a horizontal menu in my website. Everything is working fine, but I want that my menu goes up a little bit more in the page, because it’s almost over my posts.
This is the css:
#navmenu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; } #navmenu li {display: inline; } #navmenu ul li a {text-decoration:none; margin: 10px; padding: 5px 20px 5px 20px; color: black; background: white; border: 1px dotted #AFDE2C;} #navmenu ul li a:hover {color: purple; background: white; border: 1px dotted #AFDE2C;}
Thanks!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Moving around a Horizontal Menu?!’ is closed to new replies.