05
Mar
stored in: CSS and tagged:

Try with the below code HTML <div id=”navcontainer”> <ul id=”navlist”> <li id=”active”><a href=”#” id=”current”>Item one</a></li> <li><a href=”#”>Item two</a></li> <li><a href=”#”>Item three</a></li> <li><a href=”#”>Item four</a></li> <li><a href=”#”>Item five</a></li> </ul> </div> CSS #navlist { color: white; background: #17a; border-bottom: 0.2em solid #17a; border-right: 0.2em solid #17a; padding: 0 1px; margin-left: 0; width: 12em; font: normal 0.8em Verdana, […]