cfmenu
The menu code is worked fine without wrapping around the table, but if I have the table around it such as below then the arrow is messing up when I point the cursor over to display the sub-menu. The arrow is displayed overlap of the text of the main menu instead of the end of the text.
<table>
<tr>
<td>
<!---left menu--->
<cfmenu name="leftmenu" type="vertical" fontsize="14" bgcolor="2C1B77" width="100" fontcolor="FFFFFF" selectedfontcolor="FFFFFF" selecteditemcolor="000000">
<cfmenuitem name="wellness" href="" display="Wellness">
<cfmenuitem name="therapy" href="" display="Therapy"/>
<cfmenuitem name="nutrition" href="" display="Nutrition"/>
</cfmenuitem>
</cfmenu>
</td>
<td>
display content on the right
</td>
</tr>
</table>
thanks
kt
