Categories
ASP.net

MenuItem – ImageUrl – No Action on Event Click, Chrome/Safari [ASP.net]

There is an issue with MenuItem control in ASP.net with Safari/Chrome, the menu is unable to click but it’s working fine with Firefox and IE when we want to use image icon for the menu. Example: <asp:menuitem navigateurl="Home.aspx" text="Home" imageurl="Images\Home.gif" tooltip="Home"/>   In Firefox, the MenuItem generated the full HTML fine as following: <span title="Home">…