Reputation: 970
When I view my page in IE10 w/compat. mode (IE7 Standards) the page renders certain elements incorrectly. However, when I go to inspect the elements with Developer Tools (F12) and change anything, all of a sudden, the elements are rendered correctly.
Anyone ever seen anything like this before? If so, how did you fix it? It is maddening trying to troubleshoot, while not being able to touch anything.
Upvotes: 2
Views: 675
Reputation: 324
Same thing here, IE10 dev. tools make certain CSS styles completely dissapear! I noticed that with class-name "top" loosing its definition. Funny is when I renamed it to class="topbar" my problem was solved.
Upvotes: 1