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

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
optimalwebsite
Forum Members
Forum Members
Posts: 10
Joined: Mon Jun 09, 2008 8:32 am

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

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

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

Post 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...
Post Reply

Return to “Layout and Design (CSS & HTML)”