MyBB Support

Drop down menu seperated from button.

Submitted by Luxoney, , Thread ID: 16741

Thread Closed
Luxoney
Knowledge is power
Level:
3
Reputation:
95
Posts:
398
Likes:
42
Credits:
0
13-01-2016, 10:10 PM
#1
Hello everyone, I recently saw a problem with my forum that the drop-down menu on the postbit Edit seems to have a large gap.

[Image: Ixhsh2t.png]

This is the postbit_edit
Code:
<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" title="{$lang->postbit_edit}" class="postbit_button"><span>{$lang->postbit_button_edit}</span></a>
<div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:;" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div>
<script type="text/javascript">
// <!--
if(use_xmlhttprequest == "1")
{
$("#edit_post_{$post['pid']}").popupMenu();
}
// -->
</script>


I appreciate any help given Smile

Users browsing this thread: 1 Guest(s)