PDA

View Full Version : problems with creating dropdown


AN-net
05-10-2004, 11:50 PM
ok for some reason i can not create a drop down. i making for a hack and it does not see to be working here is my code:


<td id="pedigreemenu_statistcs_$pedigree[pedigree_id]" class="thead" colspan="2"><a href="#link">Statistics</a> <script type="text/javascript"> vbmenu_register("pedigreemenu_statistcs_$pedigree[pedigree_id]"); </script></td>



<div class="vbmenu_popup" id="pedigreemenu_statistcs_$pedigree[pedigree_id]" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="vbmenu_option"><b>Views:</b></td>
<td class="vbmenu_option">$pedigree[views]</td>
</tr>
<tr>
<td class="vbmenu_option"><b>Rating:</b></td>
<td class="vbmenu_option"><img src="$stylevar[imgdir_rating]/rating_$rating.gif" border="0" /></td>
</tr>
<tr>
<td class="vbmenu_option"><b>Date Added:</b></td>
<td class="vbmenu_option">$date at $time</td>
</tr>
</table>
</div>

Ryan Ashbrook
05-11-2004, 12:24 AM
I, too, have had troubles with creating Drop-Down DHTML menus...

AN-net
05-11-2004, 05:50 PM
anyone?

AN-net
05-13-2004, 08:00 PM
please:)

AN-net
05-16-2004, 01:18 AM
any ideas on how to do this?

defi
05-16-2004, 03:02 AM
A little searching does a world of good. :)

http://www.vbulletintemplates.com/mods/showthread.php?t=5615

AN-net
05-18-2004, 09:22 PM
that is for navbar only im looking for some way to create a popup/dropdown inside a page without using the navbar:)

Mickie D
07-28-2004, 06:45 PM
i am also trying to make this possible with no luck :(

any ideas ?