I've tried all the solutions that fixed this issue for others but it has not worked for me. The problem is that any links with target="_blank" open in quirks mode, consequently never rendering the page. The doctype and head are as follows:
<!DOCTYPE html>
<html lang="en">
<head>
<title>
</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Content-Type" content="text/html">
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="../../css/styles.css"/>
<!--[if IE 7]> <link rel="stylesheet" type="text/css" href="../../css/ie7.css"> <![endif]-->
</head>
Is there something else I'm missing?
Thanks,
J