Page 1 of 1
Horizontal menu help!
Posted: Thu Apr 20, 2006 11:21 pm
by duplay
Does anyone know how to add the "arrow" to the horizontal menu that displays their is a sub menu? If you use the CSS menu vertical and create a sub-menu or parent, the menu gicves the user of the page a visual arrow to let them know their is a sub-link to child. Any way to add this to the horiz menu so it shows that thier is a child page included.
Re: Horizontal menu help!
Posted: Fri Apr 21, 2006 2:41 am
by tmhai
#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {
background-image: url(modules/MenuManager/images/arrow.gif);
background-position: center right;
background-repeat: no-repeat;
}
Re: Horizontal menu help!
Posted: Fri Apr 21, 2006 3:22 am
by duplay
Is the above placed in the template or the CSS for the menu? Basically, where do i need to put this? thanks for the help.
Re: Horizontal menu help!
Posted: Fri Apr 21, 2006 3:26 am
by tmhai
its found in the css file 'Default CSSMenu Horizontal' in the Stylesheets section of the Admin CP.
Im guessing that you want to change the default arrow that is already in place with the default horizontal drop-down menu.