When IE11 came out it presented an interesting bug on a website (WebForms .NET 2.0) I've been working with. I've been troubleshooting and searching for a solution for over 2 weeks now with no luck.
This problem is happening only for the website Registration page. Once the user gets to the zip code look up control, the click event which is triggered by clicking "FIND" button positions <'div id="content-shift">
left, outside of it's main container thus breaking my layout. Strange part in all this is know CSS rules are getting changed which would reposition the <'div id="content-shift">
.
This problem does not occur in previous IE version or other browsers.
Here's link to the page: https://buylci.com/SignUpNewUserB.aspx
Your help is greatly appreciated.
Response.AppendHeader("X-UA-Compatible", "IE=10");
syntax inside the pageLoad method of code behind file. Thanks for the input. – doublej2k Jan 07 '14 at 20:04