Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 12:34:06 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155533 Posts in 21713 Topics by 7738 Members
Latest Member: Pattieardathfe
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: 3rd Child for csshover template  (Read 408 times)
lepracaun

Offline Offline

Posts: 23


« on: September 29, 2009, 03: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  smiley

This is what i was using so far:
Code:
#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;
}
Logged
lausianne
WebsiteBaker Org e.V.

Offline Offline

Posts: 155


WWW
« Reply #1 on: September 29, 2009, 08: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.
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!