Active links in menu

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
stakey
Forum Members
Forum Members
Posts: 11
Joined: Wed Feb 03, 2010 10:18 am

Active links in menu

Post by stakey »

Hi folks,

I'm trying to figure out how to set a link to have an active state in CMS Made Simple's menu system.

I've got the CSS menu working no problem but this is the only sticking point, any pointers?

Both menu's are working at http://www.presgirlsmaynooth.ie/our-school.html

Thanks!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Active links in menu

Post by Dr.CSS »

It helps if you look at the page source view so you can find what you need to target, your css is set for li.active and the menu sets it as li.menuactive...

BTW you are using the same menu template for 2 menus on the same page, not a good idea as it has and ID needs to be unique per item, class can be used many times over but not ID...
Post Reply

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