Submenu AND parent item highlighting
Posted: 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:
template.css:
Regards!
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!