I have an asp:Menu control in an ASP.NET 4.5 web form application.
The moment I added a reference to jquery-1.7.1.js, drop down menu items go haywire. They show up in a far corner of the page and is white text on white background. The result is the same in IE10 and Chrome.
(The RenderingMode for the Menu control is set to Table as List won't work in ASP.NET 4 and later.)
What could be happening and how can I solve this problem? Thanks