Page 1 of 1

Horizantal menu first tab dropdown visible by default?

Posted: Thu May 05, 2011 1:35 pm
by AndyPid
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

Re: Horizantal menu first tab dropdown visible by default?

Posted: Fri May 27, 2011 4:10 pm
by Dr.CSS
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...