asp.net - IE 10 with no add on mode, ruins my all css settings of web app -


enter image description herei have web app, works fine in normal mode , on version of ie, ff , chrome well, when run on ie 10 no add on mode, ruins settings of css!

what can done? reinstalling ie doesn't helps!

please guide me!

it may you

  1. remove older doctype declaration of: <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
  2. replace newer html5 declaration: <!doctype html>

    <meta http-equiv="x-ua-compatible" content="ie=emulateie9">


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -