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
CSS active menu item not formatting.... :-(
-
- Forum Members
- Posts: 10
- Joined: Mon Jun 09, 2008 8:32 am
Re: CSS active menu item not formatting.... :-(
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...