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

How can I fetch data from a web server in an android application? -

Change php variable from jquery value using ajax (same page) -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -