Re: How to create submenu containing BuddyPress tabs (editing header.php)?
Sorry, Bowe, but I couldn’t get yours to work.
I think I forgot to mention that I wanted to use the original CSS to create a drop down menu.
Here is my CSS:
/* > Navigation
*/
ul#nav {
margin: 0;
padding: 6px 0;
position: absolute;
list-style: none;
bottom: 0;
display: block;
width: 100%;
background: #232323;
border-bottom: 1px solid #637d1b;
}
body.activity-permalink ul#nav { display: none; }
ul#nav li {
float: left;
margin: 0;
}
ul#nav li a {
color: #aaa;
text-decoration: none;
padding: 8px 15px;
background: #232323;
}
ul#nav li.selected a {
background: #232323 url(../images/pointer.gif) bottom center no-repeat;
color: #fff;
}
I really need help doing this. I’m a novice at CSS.
Thanks!