Skip to main content

All Questions

0 votes
1 answer
960 views

ASP:Menu not shown correctly in IE10 and IE11, but looks aliright in Chrome, FF and till IE9

I am using a asp:Menu control to create a tabbed navigation. The project was created in .Net 4.0. The following is used to create tabs: <div class="tabmenustyle displayblock"> <asp:...
Random Someone's user avatar
2 votes
0 answers
870 views

Site not working in IE 10 IE 11

My website is not loading javascript/css files in ie10, 11. I am using this code <script type="text/javascript" src="/scripts/jquery-migrate-1.1.1.min.js"></script> <script type="text/...
Ahmad Abbasi's user avatar
  • 1,776
2 votes
2 answers
3k views

'return' statement outside of function in IE 10 and IE 11

I have a following asp control <asp:Button ID="btnSave" onclick="return validate();" runat="server" Text="submit" CssClass="next" /> and below is the js function ...
Pramod's user avatar
  • 667
3 votes
4 answers
21k views

Compatibility problems with Internet Explorer 10/11 and an old .net framework 1.1 website

The Scenario I have a very old website developed in .net (framework 1.1). The site has several problems with Internet Explorer 10/11 that can be fixed using compatibility view. The Problem Problem ...
Andrea's user avatar
  • 12.2k