asp.net - IE 10 with no add on mode, ruins my all css settings of web app -
i 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
- 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">
replace newer html5 declaration:
<!doctype html>
<meta http-equiv="x-ua-compatible" content="ie=emulateie9">
Comments
Post a Comment