http://apolytos.com/new/img/test.html
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
body {
background:url("background.jpg");
background-repeat:no-repeat;
background-attachment:fixed;
background-size: cover;
background-position:top center;
margin:0;
}
</style>
</head>
<body>
</body>
</html>
Internet Explorer 11 はカバーしていません。提供されたリンクを表示します。:fixed を削除すると、想定どおりにカバーされますが、ページ上のコンテンツで bg がスクロールされますが、これは望ましくありません。IE では、これらの 2 行のコードと競合しているようです。