I have a problem with IE 8. The code goes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" >
<title>My page</title>
</head>
Now for IE 8 version no 8.0.7601.17514
running in windows server 2008, the page loads in Browser Mode: IE 8 compatibility mode
,even when the compatibility mode button is disabled because of <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" >
.
But in another instance of IE 8 version no 8.0.6001.18702IS
(running in windows xp pro) is running fine in normal IE mode.
Can you help here? I want the page to load in normal IE 8 mode.