Submenu AND parent item highlighting

A forum with Tips, tricks and small tutorials.

Moderators: mcsmom, unixboymd

Forum rules
Post Reply
User avatar
painsicook
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue Jan 22, 2008 12:24 am
Contact:

Submenu AND parent item highlighting

Post by painsicook » Tue Jan 22, 2008 12:51 am

I have racked my brains to trying to highlight a submenu item AND its parent mainmenu item at the same time (still new to Joomla! and CSS so it took me longer than usual).
I'm not sure if there is a different way, but it works for me now!  ;)



index.php:

Code: Select all

<div id="mainmenu">
   <jdoc:include type="modules" name="top" style="xhtml" />
 </div>   



template.css:

Code: Select all

#mainmenu ul li.parent.active a {
   color: #67b721;
 }



Regards!

adrian j

Re: Submenu AND parent item highlighting

Post by adrian j » Fri Feb 08, 2008 11:26 am

Cheers!

I was also having issues with the new mainmenu list of Joomla 1.5 and how to get the parent styled while having an acvtive submenu.

li.active a for the main menu
and
li.parent.active a for the sub menu

works great!

Thanks for the tip!


Post Reply