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?
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?