• Hello,

    How can i create a drop-down menu? I have created the categories and subcategories but in the primary navigation i only get the categories.
    Is it possible to get the subcategories and finally the posts of that category/subcategory as a drop-down submenu?

    Thank you in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I found a resolution and posted it here:

    twenty-ten horizontal drop down menu solution

    feel free to ask any questions!

    Here is the abbreviated version of old code:
    #access ul ul {width: 180px;}

    and the new code:

    #access ul ul {min-width: 880px;}
    #access ul ul .sub1{left: 80px;}
    #access ul ul .sub2{left: -320px;}

    Here is edenayurveda.com

    Feel fee to ask questions

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Horizontal drop-down menu’ is closed to new replies.