Quote:
Originally Posted by sensuison
Ok, I have a question regarding drop down menus. I have sucessfully placed the drop down menu with the codes given here, now my problem is, how do I add a link to the menu itself. I tried adding but it's not working. Example of that is this:
HTML Code:
<td id="pbamenu" class="new_menu">
<a href="http://philippinebasketball.net/index.php?pageid=pba">PBA</a>
<script type="text/javascript">
vbmenu_register("pbamenu", true);
</script>
</td>
I added a link to PBA but when I click it, it just open the drop down menu but it doesn't go to the page I linked.
|
A link to the menu itself? You mean if you click on the link (in your case PBA) you want it to go elsewhere?
If you do that you won't get the drop down menu. You could actually add that link within the menu as one of the items...
--------------- Added [DATE]1210373562[/DATE] at [TIME]1210373562[/TIME] ---------------
Is there a reason why I can't put a link to a url outside of my site?
I click on it and it will not open.
Here is my code:
Code:
<div class="vbmenu_popup" id="adminaccess_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead" align="$stylevar[left]">Site Related</td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="http://www.hiphopeulogy.com/forum/admincp/index.php" rel="nofollow" target="_blank">AdminCP</a></td></tr>
<tr>
<td class="thead">Server Related</td>
</tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="https://hodei.lunarmania.com:2083/frontend/lp/index.html" rel="nofollow" target="_blank">CPanel</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="https://hodei.lunarmania.com:2083/frontend/lp/files/index.html" rel="nofollow" target="_blank">File Manager</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="https://hodei.lunarmania.com:2083/3rdparty/phpMyAdmin/index.php?" rel="nofollow" target="_blank">phpmyadmin</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="https://hodei.lunarmania.com:2083/3rdparty/squirrelmail/src/webmail.php" rel="nofollow" target="_blank">WebMail</a></td></tr>
<tr>
<td class="thead">Miscellaneous</td>
</tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="http://www.vbulletin.com" rel="nofollow" target="_blank">vBulletin.com</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="http://www.vbulletin.org" rel="nofollow" target="_blank">vBulletin.org</a></td></tr>
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="http://www.allwheelcoding.com" rel="nofollow" target="_blank">AllWheelCoding.com</a></td></tr>
</table>
</div>