下面的 CSS 抛出一个警告(在 chrome 中效果很好):无效的属性值
#commentblock ol li {
background: url(../img/comment-bottom.png) no-repeat scroll left 50px bottom
}
上面的 CSS 有什么问题?请有任何帮助!
更新:
我修改了css如下,然后它可以显示背景图片,但这不是我想要的?
#commentblock ol li {
background: url(../img/comment-bottom.png) no-repeat scroll left bottom
}
我现在该怎么办?红色矩形中的图片是#commentblock ol li。