Quote:
Originally Posted by DanCan
No that didn't work. It points to this link and the the drop down menu doesn't show.
I have used your code in the original example and it doesn't work. Also I have followed the instructions very carefully. I don't get it.
|
Mines doing the same thing, and reading through this thread just makes things more confusing. People talking about editing the header and/or navbar, while the instructions in the zip say to edit the top_nav but the first post says to edit the navbar.
So when I click the link that's supposed to be the drop down it just makes the page jump up so the top nav is at the top of the browser page, here's my info. (I'm still in the process of changing the other links)
Site:
Graphics Anonymous
top_nav:
PHP Code:
<!--######## start of navbar2 ########-->
<!-- nav2 buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px">
<tr align="center">
<td class="vbmenu_control"><a href="http://www.graphicsanonymous.net/">Home</a></td>
<td class="vbmenu_control"><a href="http://www.graphicsanonymous.net/forums/arcade.php">Arcade</a></td>
<!-- dropdown start -->
<td id="1" class="vbmenu_control"><a href="#1">Tutorials</a>
<script type="text/javascript"> vbmenu_register("extra"); </script></td>
<!-- dropdown end -->
<td class="vbmenu_control"><a href="link">link</a></td>
<td class="vbmenu_control"><a href="link">link</a></td>
<td class="vbmenu_control"><a href="link">link</a></td>
<td class="vbmenu_control"><a href="link">link</a></td>
<td class="vbmenu_control"><a href="link">link</a></td>
</tr>
</table>
</div>
<!-- / nav2 buttons bar -->
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
<!-- extras pop start -->
<div class="vbmenu_popup" id="1" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Tutorials</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=34">Animations</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=36">Designs</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=38">Photo Effects</a></td> </tr>
<tr>
<td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=40">Tools: Brushes & More</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=73">Signature</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=37">Effects</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=39">Text</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="http://www.graphicsanonymous.net/forums/forumdisplay.php?f=41">Web Stuff</a></td>
</tr>
</table>
</if>
</div>
<!-- extras pop end -->
<!-- / NAVBAR POPUP MENUS -->
<!--####### end of navbar2 #######-->