0

I am using doctype

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

and meta

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />

for IE 8 Browser Mode and Document Mode,

But i am getting Browser Mode IE9 and Document Mode IE8

What should i do for Browser Mode = IE8 and Document Mode = IE8.

I am confuse with IE version compatibility.

Ankur Loriya
  • 3,276
  • 8
  • 31
  • 58
  • 1
    The the accepted answer to question “IE8 browser mode vs document mode” is broader, but it also addresses this specific problem. The browser mode cannot be set in the document. On the other hand, that mode only affects the user agent string set to servers and the version vector used to evaluate “conditional comments”. – Jukka K. Korpela Feb 26 '13 at 11:19
  • @JukkaK.Korpela : how can i change browser mode? – Ankur Loriya Feb 26 '13 at 12:53
  • you can change it using IE Developer Tools (F12), as a user, but not in your document as an author. – Jukka K. Korpela Feb 26 '13 at 15:37

0 Answers0