Hey ppl,
This is in referance to the umbraco post
http://forum.umbraco.org/yaf_postsm25339_Dropdown-menu.aspx i tried using it with the adxmenu
herez the code
<BODY class="adxmenu">
<TABLE height="100%" cellSpacing=0 cellPadding=0 align=center bgColor=#ffffff
border=0><!--TOP OF PAGE-->
<TR><!--LEFT COLUMN-->
<TD vAlign=top width=196 height="100%"><!--LEFT BLOCK-->
<TABLE cellSpacing=0 cellPadding=0 width=196 border=0>
<TBODY>
<TR>
<TD class=left_block_title vAlign=top
background="image/hdr2.gif"
height=30>Menu</TD></TR>
<TR>
<TD class=left_block_content>
<div class="example">
<ul class="adxm menu">
<li><?UMBRACO_MACRO macroAlias="TopNavigation" ></?UMBRACO_MACRO></li>--> //this the menu code
</ul>
</div></TD></TR></TABLE>
</BODY>
when i use this in my template, the main menu is displayed only when the mouse hovers over the area, the sub menu's work fine
i kno i might be putting things wrong, can some one please help me out with this
its preety urgent
Thanks a lot in advance