CSS List Menu

November 29th, 2003

I have updated the menu a little bit and in my opinion it is better. Here is the code for the menu:

#menubox{

font-family: Georgia, Times New Roman, Times, serif;

font-size:25px;

font-weight: bold;

color: #5B6B58;

height: 20px;

border-top: 3px solid #2B3F24;

padding-left: 5px;

padding-right: 5px;

}

#menubox ul{

list-style: none;

margin: 0;

padding: 0;

border: none;

}

#menubox li{

margin: 0;

display: inline;

list-style-type: none;

}

#menubox li a{

float: left;

padding: 2px 5px 2px 5px;

background-color: #2B3F24;

background-image: url(link.gif);

font-family: Georgia, Times New Roman, Times, serif;

color: #232342;

font-size: 10px;

font-weight: bold;

border: 1px solid #CAE5B6;

border-bottom-width:3px;

border-top: 0px;

}


Leave a Reply