Page 1 of 1

CSS active menu item not formatting.... :-(

Posted: Wed Jun 11, 2008 2:48 pm
by optimalwebsite
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

Re: CSS active menu item not formatting.... :-(

Posted: Wed Jun 11, 2008 6:32 pm
by Dr.CSS
When you view the page look at the source, a link would help here, you may see something declaring the current page a class like currentpage or ? you use that in the CSS...