チャートを固定位置に表示し、(画像内の) バンを常に表示するため、背景画像を中央に配置する必要があります。Chrome などでは正常に動作していますが、IE8 では何も表示されません。
http://clients.online95.com/RzMaOxkMOC/rep_mktsh.php
ご協力いただきありがとうございます。
#aa_breakdown_bg {
background: url(/RzMaOxkMOC/images/aa_breakdown_bg.jpg) center top no-repeat fixed;
overflow: hidden;
height: 100%;
}
<html lang="en">
<head>
<title>UK Breakdown Market Tracker</title>
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<script type="text/javascript">
window.history.forward();
function noBack() { window.history.forward(); }
</script>
</head>
<body onload="noBack();" onpageshow="if (event.persisted) noBack();" onunload="">
<div id="aa_breakdown_bg"></div>
</body>
</html>