我使用了两张图片作为我的身体背景;一个作为顶部的渐变,另一个在其下方/后面重复。
这一切都完全按照我的意愿工作 - 但在 IE8 中消失了!
CSS:
body {
font-family: Helvetica, Arial, sans-serif;
padding:0;
margin:0;
position:absolute;
background-image: URL('./img/backtop.jpg'), URL('./img/back.jpg') ;
background-position: top center, top center ;
background-repeat: repeat-x, repeat ;
width: 100%;
}
我究竟做错了什么?