Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other primary menu dropdown function

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31992
    almcrorie
    Participant

    in looking at a theme like twentyten, what code or function within that theme executes the primary menu dropdown function? I don’t see anything within the code of header.php or functions.php that would call for the code to do it? what am I missing? is it a function built into wordpress or as part of the call to wp_nav_menu?

    Al

    #55561
    almcrorie
    Participant

    I guess to answer my own question about Twentyten dropdown menu:

    #access ul ul {
    display: none;
    }
    #access ul li:hover > ul {
    display: block;
    }

    It appears that the use of “display:block;” on hover is used to display the dropdown menus.

    Some parts have been editted out to shorten the code display.

    Al

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.