Home » Posts tagged "navigation"

Archive for the 'navigation' Tag

CSS Horizontal Navigation Menu

CSS code – horizontal navigation menu /* ‘defines width, font and position */ #nav { font-family: verdana, sans-serif; position: relative; width: 100%; font-size:11px; color:#FFF; padding-top: 0px; } /* ‘defines list type */ #nav ul { list-style-type: none; background-color: #000; } /* ‘defines the drop-down container */ #nav ul li { float: left; position: relative; height: […]