Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi...

I made a web application, it includes a menu control. I have a problem in it, when i move the mouse toward the menu items it is showing

Address:javascript:_doPostBack("MenuName","SomeText") as tooltip

I'm checking it with the browser opera, the problem is not there in Internet explorer

Why this is happening, is there any way to remove this

With reards

Nidhin
Posted

1 solution

Either ASP.NET menu controls do not handle some vagary of how Opera works, or there's an issue in your code. I'd guess that Opera is creating a tooltip out of the click event code, because that's what that looks like to me. So, try to define an explicit tooltip for each menu item and see if that over rides the issue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900