Is there a way to access element Menuitem inside asp:menu with javascript My goal is to changed the imageUrl path when user mouse over the menu.
<div align = "center">
<asp:Menu ID="Menu1" runat="server">
<Items>
<asp:MenuItem ImageUrl = "Images/education_remo_un.gif"></asp:MenuItem>
</Items>
</asp:Menu>
</div>
Thank in advance