Hi, im having a few issues with a dropdown table. Im trying to create a dropdown very similar to the 'Quick Links' But every time i try and add a table it messes up my navbar. I can use <ul> <li> without issue but that doesnt give me the desired effect.
Heres what i have so far..
Code:
<td id="movie_dropdown" align="left">
<a href="#movie_dropdown"><img src="$stylevar[imgdir_misc]/movielinks_nav.gif" border="0" alt="" /></a> <script type="text/javascript">
//<![CDATA[
vbmenu_register("movie_dropdown",true);
//]]>
</script>
</td>
<div class="vbmenu_popup" id="movie_dropdown_menu" style="display:none;margin-top:3px" align="left">
</div>
Ive tried creating a table between the divs, i cant think where im going wrong.
Hope you can help.