The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
I found a code that will work but the drop down box appears directly under the category. Is there any way to have the drop down box appear to the far right?
Here is the code I am using: Code:
<!-- Navbar Icon Links --> <div align="center"> <table class="body" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px"> <tr align="right"> <td class="vbmenu_control"> <li class="popupmenu"> <p><center><a href="javascript://" class="popupctrl" accesskey="6"><b>Catergory 1</b></center></p></a> <ul class="popupbody popuphover"> <a href="Link 1">Forum Name 1</a><BR> <a href="Link 2">Forum Name 2</a><BR> <a href="Link 3">Forum Name 3</a><br> </td> </tr> <tr> <td class="vbmenu_control"> <li class="popupmenu"> <p><center><a href="javascript://" class="popupctrl" accesskey="6"><b>Catergory 2</b></center></p></a> <ul class="popupbody popuphover"> <a href="Link 1">Forum Name 1</a><BR> <a href="Link 2">Forum Name 2</a><BR> <a href="Link 3">Forum Name 3</a><br> </td> </tr> </table> </div> <!-- / Navbar Icon Links --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|