and
/* Navigation
---------------------------------------------------------- */
#nav {
font-family: Geneva, Arial, Helvetica, sans-serif;
}
#nav ul {
margin: 0;
padding: 0;
list-style: none;
background-color: #f5f5f5;
width: 100%;
}
#nav li {
float: left;
margin: 0;
padding: 0;
background-color: #f5f5f5;
}
#nav li a {
float: left;
margin: 0 1px 0 0;
padding: 4px 9px;
font-size: 100%;
font-weight: normal;
text-decoration: none;
color: #111;
}
#nav li a:hover {
text-decoration: underline;
} Can you give more details? What do you want your menu to look like? Looks fine to me, but I have no idea what you want from the menu.
以上就是What is wrong with my CSS menu?的详细内容,更多请关注web前端其它相关文章!