Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
i want to show the hover menu when mouse over an image which is in a modal pop up extender but the hover menu does not show up when i do that but on an clean page with out the modal pop up extender it shows up...what could be the reason...
Posted
Updated 17-Jul-12 19:50pm
v2
Comments
Christian Graus 18-Jul-12 1:39am    
Consider tagging your question properly ( it's ASP.NET AJAX ), and posting some code, if you want help. Also, consider getting rid of ASP.NET AJAX, it's very outdated and ugly. Just use jquery.

1 solution

The modal popup is obviously interfering with your javascript menu. This is what happens when you try to use all sorts of ugly libraries in parallel. Your best bet is to use Chrome debugging to work out why your js is getting confused and if you can't fix it, ditch the ugly Microsoft stuff and use jquery for AJAX.
 
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