背景画像は IE8 では表示されませんが、IE9 を含むすべてのブラウザーで正常に動作します。
関連する CSS:
#player {
background: url('/images/tv-screen.jpg') center top repeat-x;
padding: 25px 26px 0 -1px;
width: 660px;
height: 403px;
border: #555 solid 1px;
margin-top: 0;
margin-bottom: 0;
}
関連する HTML:
<p id="player">...//some data ..</p>