The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How do I relocate position of notifications popup menu?
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: 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> 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? |
#2
|
||||
|
||||
Does anybody know how to move this menu around?
|
#3
|
|||
|
|||
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.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|