Page 1 of 1

Active links in menu

Posted: Wed Feb 17, 2010 2:29 pm
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!

Re: Active links in menu

Posted: Wed Feb 17, 2010 5:45 pm
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...