Forums

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

Home Forums Back End WordPress How To include JQuery dropdown menu

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25126
    dstx
    Member

    I have a dropdown menu working fine on my site:
    http://lifegivingspring.info

    but cannot get same menu to work in WordPress theme I’m building following CSStricks personal theme tutorial:
    http://lifegivingspring.info/wordpress

    I’ve linked js in head, but when I add child categories, I just get 1 big list with no hover function.

    How can I get js to activate hover function in WP so only parent categories in list show in navbar, and child pages on hover?

    #59034
    dstx
    Member

    Seem to have gotten around issue by using script-free CSS dropdown menu based on this prototype:
    http://www.grc.com/menu2/invitro.htm

    but have ended up with space between ul li items in main navbar:
    http://lifegivingspring.info/wordpress/

    I’ve checked all margin and padding CSS to no avail.

    Any idea how to get rid of unwanted space?

    #59039
    apostrophe
    Participant

    Remove this line from your css:

    Code:
    list-style: square inside;
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.