The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I created a drop down menu in my navbar with this code...
Code:
<td id="photo_menu" class="vbmenu_control"> <a href="#">Photos</a> <script type="text/javascript"> vbmenu_register("photo_menu", true); </script> </td> Code:
<div class="vbmenu_popup" id="photo_menu_menu" style="display:none;margin-top:3px" align="$stylevar[left]"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Photos</td> </tr> <tr> <td class="vbmenu_option"> <a href="/forums/album.php">My Albums</a> </td> </tr> <tr> <td class="vbmenu_option"> <a href="/forums/all_albums.php">All Albums</a> </td> </tr> <tr> <td class="vbmenu_option"> <a href="/forums/album.php?do=addalbum">Create New Album</a> </td> </tr> </table> </div> The menu works fine but the alignment is different than the other drop down menus in my navbar and I can't figure out why. ![]() ![]() Center aligned (incorrect): ![]() A different menu right aligned, but the code appears to be the same: ![]() --------------- Added [DATE]1286938380[/DATE] at [TIME]1286938380[/TIME] --------------- Neeeevermind. I just needed a few more Redbulls and BAM...brain started working. My code was all over the place. :lol: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|