i have an ASP.NET application (not website) that i have added the
to the head of the master page, when i launce the app from the server it wants to put it in ie9 compatability mode, rather than ie9 mode (which works).Code:<meta http-equiv="X-UA-Compatible" content="IE=Edge" >
it has some funky behaviors if the mode on the browser is not set to ie9.
doctype isanyone have any success with setting compatability mode??Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


Reply With Quote