MyBB Community Forums

Full Version: How can I make a sub drop-downs from this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi so here is the code:
<ul>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">New Posts</a></li>
<li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">Posts From Today</a></li>
</ul></li>
and that makes what you see at the bottom of the page just without the sub menus
So what I am asking is, what do I need to add the code above to display menus that come from the others like this:
[Image: drilldown.gif]

Thanks in advance
Thanks but it isn't really what I was looking for, but I tried it and it didn't go with the style. Any other ideas?


Thanks Smile
So you would like to have a drop down menu then another drop down menu inside the first dropdown menu, is that correct?
Yes Smile