Hi Im trying to get this effect using Navigation: ShadowMenu - Horizontal.
I have three tabs and I'm trying to have the sub menu item for tab 1 visible by default, i.e, not having to click the tab 1 to get the sub menu.
Any ideas?
Thanks in advance
Andy
Horizantal menu first tab dropdown visible by default?
Re: Horizantal menu first tab dropdown visible by default?
It isn't easy but li.menuactive ul {display:block} may work but it will make all child menus drop display open on whatever page you are on, you can add {$node->alias} to the menu template to target just that one menu item so not every page that is active shows it's child menu auto dropped...