Quote:
Originally Posted by edeab220
This is a cool hack  .
When I use this in firefox, the box height is fine, but the width is too long. I'm not sure if this was answered in this thread, but TIA  .
|
edeab220,
In your showthread_quickedit template find:
Code:
<div class="vbmenu_popup" id="quickedit_$post[postid]_menu" style="display:none">
Replace it with:
Code:
<div id="quickedit_$post[postid]_menu" style="display:none">
That should do it.