PDA

View Full Version : How do I relocate position of notifications popup menu?


caliman
12-04-2009, 12:17 AM
I am getting no love on vb.com so I am hoping one of you all can help me out....

Ok, I admit, I am seriously screwing around.

I have removed my navbar.
And I have made a new login box.

I added this to the top of the login HTML code:

<if condition="$show['member'] AND $notifications_total">
<!-- notifications menu -->
<div class="vbmenu_popup" id="notifications_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead" colspan="2">$vbphrase[your_notifications]</td></tr>
$notifications_menubits
</table>
</div>
<!-- / notifications menu -->
</if>However, when I have a PM and I click the down arrow...

My notifications menu shows up off the screen to the right. I need to scroll to see it.


How do I relocate position of notifications popup menu to show up under the down arrow?

caliman
12-08-2009, 07:55 PM
Does anybody know how to move this menu around?

Dunhamzzz
01-13-2010, 08:39 PM
The position is made on the fly with JS, it goes by any elements with the css attribute position:relative; on them, go through and remove this and it should sort itself out.