single category link and dropdown?

Forums Forums Menus single category link and dropdown?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #733
    allyc
    Member

    Hello, I’d like to have one of my categories as a highest level navigation link with it’s children as the dropdown links.  Is this possible? If so, is it through the custom code?

    link: http://westaustinng.com/wordpress/

    css:

    #suckerfishnav {
        background:#333 repeat-x;
        font-size:12px;
        font-family: "Palatino Linotype", Palatino, Georgia, Times, Serif;
        font-weight:normal;
        width:100%;
        }
    #suckerfishnav, #suckerfishnav ul {
        float:left;
        list-style:none;
        line-height:25px;
        padding:0;
        border:1px solid #aaa;
        margin:0;
        width:100%;
        }
    #suckerfishnav a {
        display:block;
        color:#ffffff;
        text-decoration:none;
        padding:0px 15px;
        }
    #suckerfishnav li {
        float:left;
        padding:0;
        }
    #suckerfishnav ul {
        position:absolute;
        left:-999em;
        height:auto;
        width:120px;
        font-weight:normal;
        margin:0;
        line-height:1;
        border:0;
        border-top:1px solid #666666;
        }
    #suckerfishnav li li {
        width:118px;
        border-bottom:1px solid #666666;
        border-left:1px solid #666666;
        border-right:1px solid #666666;
        font-weight:normal;
        font-family: "Palatino Linotype", Palatino, Georgia, Times, Serif;
        }
    #suckerfishnav li li a {
        padding:4px 10px;
        width:100px;
        font-size:12px;
        color:#fff;
        }
    #suckerfishnav li ul ul {
        margin:-21px 0 0 100px;
        }
    #suckerfishnav li li:hover {
        background:#99CCCC;
        }
    #suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
        color:#333;
        }
    #suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
        color:#333;
        }
    #suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
        color:#fff;
        }
    #suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
        left:-999em;
        }
    #suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
        left:auto;
        background:#333;
        }
    #suckerfishnav li:hover, #suckerfishnav li.sfhover {
        background:#99CCCC;
        }

    #5811

    This question is being dealt with via email as allyc is one of our premium support members.

    #5812
    Anonymous
    Member

    Hi I am attempting to do the same, is there a way?

    #5813

    Yes, the categories menu item does this by default. The OP had a very a specific question which was dealt with via email which was not outlined above.

    I suspect you are probably trying to do something quite specific also, but I’m not sure what that would be. If you provide some information I’ll do my best to help.

    #5814
    Anonymous
    Member

    Thanks <img decoding=” title=”Smiley” />

    I am trying to display one blog category as a single dropdown.

    So the top level navigation item would be the category name and that contains all the blog posts for that category in the dropdown menu.

    Cheers
    FlashJ

    #5815

    Just include the ID’s for the categories you want. You can control this via the plugins admin page.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.