Horizontal Menu Help
-
I am trying to strecth out my horizontal menu to the full width of my header and have a background color but cant get anything to work
I have read this: https://codex.www.ads-software.com/Creating_Horizontal_Menus
And the only menu on that page that will work for me is the middle one:
navmenu ul {margin: 0; padding: 0;
list-style-type: none; list-style-image: none; }
navmenu li {display: inline; padding: 5px 20px 5px 20px}
navmenu a {text-decoration:none; color: blue; }
navmenu a:hover {color: purple; }I cant get anythin gelse to work or it screws up my menu
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Horizontal Menu Help’ is closed to new replies.