/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#navigatie { text-align: center; } #navigatie ul{ background-color: #F60; border: 1px solid black; width: 100%; padding: 0; margin: 0; white-space: no-wrap; } #navigatie ul li{ display: inline; } #navigatie ul li a{ padding-left: 1em; padding-right: 1em; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; color: white; } #navigatie ul li a:hover{ color: #999999; }
URL: http://www.html-site.nl/horizontaal_menu.php