背景图片在 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>