CSS active menu item not formatting.... :-(
Posted: Wed Jun 11, 2008 2:48 pm
Ok I have the following CSS to format a menu....
#nav ul {
margin: 0;
padding: 0 0 0 30px;
}
#nav li {
float: left;
border-right: 1px solid #A26A6B;
padding: 66px 9px 9px 9px;
list-style: none;
}
#nav a {
color: #CECECE;
font: 12px arial, sans-serif;
font-weight: normal;
}
Now what do I need to add to format the "active" menu item?
Sounds stupid..... cant find it in the support docs and going out of my mind.
Warm Regards,
Joel
#nav ul {
margin: 0;
padding: 0 0 0 30px;
}
#nav li {
float: left;
border-right: 1px solid #A26A6B;
padding: 66px 9px 9px 9px;
list-style: none;
}
#nav a {
color: #CECECE;
font: 12px arial, sans-serif;
font-weight: normal;
}
Now what do I need to add to format the "active" menu item?
Sounds stupid..... cant find it in the support docs and going out of my mind.
Warm Regards,
Joel