The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
creating a dropbox?
I would like to create a drop down box. Not your ordinary drop down like the example here > http://www.javascriptkit.com/javatutors/dombos1.shtml but more like when you click "User CP" or "Help" here. If you look on that site, you will see "Javascript" double underlined and when you hover over it, a drop box shows up. Well that's what I'm some what referring to. I just want to type a paragraph or so for a certain link on my mainpage so when someone hovers over it, the drop down box shows the paragraph. Keep in mind, this isn't for vbulletin, it's for regular html.
Any help would be appriciated! |
#2
|
|||
|
|||
some help por favor. sure it's not that hard for you coding experts
|
#3
|
|||
|
|||
http://www.vbulletin.com/forum/showthread.php?t=224641
Just copy and paste. Code:
<td id="custommenu" class="vbmenu_control"> <a href="#">Custom Menu</a> <script type="text/javascript"> vbmenu_register("custommenu"); </script> </td> <div class="vbmenu_popup" id="custommenu_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Custom Menu</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> content row </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> content row </td> </tr> <tr> <td class="thead">Header Like in Quick Links</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> content row </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> content row </td> </tr> </table> </div> |
#4
|
|||
|
|||
no no my friend, it's for an external page, not vbulletin . Thanks anyways. Help anyone
|
#5
|
|||
|
|||
not sure. You need to find the code for vbmenu_register and copy it...
|
#6
|
|||
|
|||
yeah, that was going to be my second option if nobody could assist. But if anyone could tell me where to look, I'd appriciate it!!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|