hi,
submenu not appear when mouse icon over the menu
sudhir

can anybody suggest something

<asp:Menu ID="Menu2" runat="server" DataSourceID="SiteMapDataSource1"
Font-Size="9"
MaximumDynamicDisplayLevels="4"
DynamicHorizontalOffset="2"
Font-Names="Verdana"

onmenuitemclick="Menu1_MenuItemClick2"
Orientation="Horizontal">
<DynamicMenuItemStyle BackColor="#33ffee" />
<DataBindings>
<asp:MenuItemBinding DataMember="SiteMapNode" TextField="Title" />
</DataBindings>
</asp:Menu>

<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" ShowStartingNode="False" >
</asp:SiteMapDataSource>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.