- This topic has 5 replies, 3 voices, and was last updated 14 years, 9 months ago by imported_Ryan.
-
AuthorPosts
-
April 2, 2009 at 5:39 pm #733allycMember
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;
}April 10, 2009 at 7:39 am #5811imported_RyanMemberThis question is being dealt with via email as allyc is one of our premium support members.
February 24, 2010 at 12:28 am #5812AnonymousMemberHi I am attempting to do the same, is there a way?
February 24, 2010 at 12:44 am #5813imported_RyanMemberYes, 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.
February 24, 2010 at 12:55 am #5814AnonymousMemberThanks ” 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
FlashJFebruary 24, 2010 at 10:06 pm #5815imported_RyanMemberJust include the ID’s for the categories you want. You can control this via the plugins admin page.
-
AuthorPosts
- You must be logged in to reply to this topic.