Here is what i got: attachment.

Clearly I'm doing something wrong, so i wanted to know if anyone can help me fix this. Here is the css code:
#menu{
padding:0 0 0 20px;
margin:0;
list-style:none;
height:40px;
background-image: url(/images/nav.gif);
background-repeat:no-repeat;
}
#menu li{
float:left;
}
#menu li a{
display:block;
float:left;
height:40px;
color:#FFFFFF;
text-decoration:none;
font-family:arial,verdana,sans-serif;
text-align:center;
padding:0 0 0 10px;
font-size:11px;
}
#menu li a b{
float:left;
display:block;
padding:0 16px 0 8px;
}
#menu li.current a{
color:#FFFFFF;
background:url(/images/glowline.gif);
}
#menu li a:hover{
color:#de0a0a;
background: url(/images/glowline.gif);
}
#menu li a em{
display:block;
float:left;
width:30px;
height:40px;
}
#menu li a em.manage{
background-image:url(/images/manage.png);
background-repeat:no-repeat;
background-position:center center;
}
#menu li a em.permits{
background-image:url(/images/permit.png);
background-repeat:no-repeat;
background-position:center center;
}
#menu li a em.reports{
background-image:url(/images/reports.png);
background-repeat:no-repeat;
background-position:center center;
}
#menu li a em.logout{
background-image:url(/images/manage.png);
background-repeat:no-repeat;
background-position:center center;
}

New Topic/Question
Reply


MultiQuote





|