ASP. NET control enables the production of a dropdown navigation menu
One of today's little tests is for teachers to use. NET using controls to make a pull menu requires the following:
Move the mouse over the parent menu to pop up 3 submenus, and each submenu has hyperlinks.
Here is the code I made myself:
<asp:menu id= "Menu1" runat= "server" orientation= "horizontal" width= "100%" font-size= "14px" forecolor= "#1616 "Font-bold=" True "pathseparator=" 1 "staticenabledefaultpopoutimage=" False "> <dynamicmenustyle backcolor= "#D0E6DE"/> <dynamicmenuitemstyle itemspacing= " 5px "/> <Items> <asp:menuitem text=" It House "value=" http://www.3 Ppt.com "navigateurl=" ~/introduce.aspx?id=1 "> <asp:menuitem text=" It Practitioners "value=" it Practitioners "Naviga Teurl= "~/introduce.aspx?id=1" ></asp:MenuItem> <asp:menuitem text= "It Practitioners" value= "Navigat" Eurl= "~/introduce.aspx?id=2" ></asp:MenuItem> <asp:menuitem text= "It Practitioners" value= "it Practitioners" Na Vigateurl= "~/pintroduce.aspx?id=1" ></asp:MenuItem> <asp:menuitem text= "It Practitioners" value= "it Practitioners "Navigateurl=" ~/pintroduce.aspx?id=2 "></asp:MenuItem> </asp:MenuItem> <asp:menuitem T ext= "It Practitioners" valuenavigateurl= "~/news.aspx" ></asp:MenuItem> <asp:menuitem text= "It Practitioners" value= "It Practitioners" navigateurl= "~/product.aspx?id=1" > <asp:menuitem text= "It Practitioners" value= "it Practitioners" NavigateUrl = "~/product.aspx?id=0" ></asp:MenuItem> <asp:menuitem text= "It Practitioners" value= "it Practitioners" Navigate Url= "~/product.aspx?id=1" ></asp:MenuItem> </asp:MenuItem> <asp:m Enuitem text= "It Practitioners" value= "It Practitioners" navigateurl= "~/message.aspx" ></asp:MenuItem> <asp:menuite M text= "It Practitioners" value= "It Practitioners" navigateurl= "~/download.aspx" ></asp:MenuItem> <asp:menuitem Tex t= "Online Contact" value= "online Contact" navigateurl= "~/content.aspx" ></asp:MenuItem> </Items> &L T;/asp:menu>
ASP. NET control enables the production of a dropdown navigation menu