WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: lepracaun on September 29, 2009, 04:21:41 PM

Title: 3rd Child for csshover template
Post by: lepracaun on September 29, 2009, 04:21:41 PM
Hi, I am playing around with the csshover template. I see that it comes with a popout menu for the 1st child, how can I add a second and 3rd child popout as well? I have been playing in the css file but just cant get it working. Is there another file I need to edit?

Any help would be appreciated  :-)

This is what i was using so far:
Code: [Select]
#nav .menu li:hover ul, div#.menu li a:focus ul, div#.menu li.subMenu ul {
    display: block;
}

div#.menu li ul ul {
    display: none;
}

div#.menu li:hover ul ul, div#.menu li.subMenu ul ul {
    display: none;
}

div#.menu li:hover ul ul ul, div#.menu li.subMenu ul ul ul {
    display: none;
}

div#.menu li:hover ul, div#.menu li li:hover ul, div#.menu li.subMenu ul, div#.menu li li.subMenu ul {
    display: block;
}

div#.menu li:hover ul, div#.menu li li li:hover ul, div#.menu li.subMenu ul, div#.menu li li li.subMenu ul {
    display: block;
}
Title: Re: 3rd Child for csshover template
Post by: lausianne on September 29, 2009, 09:17:21 PM
Hi,

I haven't used pop up menus yet, I don't like them that much ...
Anyway, isn't css just to control what the menu would look like when it pops up, not whether it pops up? I'd guess it's rather a setting in your index file. Maybe one of the show_menu parameters. Have you checked that?

Cheers,
Ralf.