标签: css3 overlay css
我有this image我希望在任何颜色的div上使用它来呈现光泽外观。我该怎么办?我应该将它作为背景使用还是将其添加到其他div上并将其放在上一个div上?
由于
答案 0 :(得分:1)
.your_div { background: #f39 url(http://i50.tinypic.com/2m2b9td.png) no-repeat left bottom; }