Horizontal menu help!

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

Horizontal menu help!

Post 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.
tmhai

Re: Horizontal menu help!

Post 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;
}
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

Re: Horizontal menu help!

Post 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.
tmhai

Re: Horizontal menu help!

Post 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.
Post Reply

Return to “Layout and Design (CSS & HTML)”