MyBB Community Forums

Full Version: Drop down menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What codes or what ever do i need to have a link like the image i have attacheted below
You can get dropdown examples at dynamicdrive.com.

But here is code from the "edit" button in postbit you can alter to suit your needs too.

<div id="edit_post_26216_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" onclick="Thread.quickEdit(26216);" class="popup_item">Quick Edit</a></div><div class="popup_item_container"><a href="editpost.php?pid=26216" class="popup_item">Full Edit</a></div></div>

You will want to change of course the parameters but really this is the basics to work from.