我对元素背景图像有疑问。
我有以下内容:
<div class="element" style="background-image: url(http://1.png); border: thin solid rgb(31, 101, 155); background-size: 133px 106px; background-repeat: no-repeat;">
<table class="title_table" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>Element Title</td>
</tr>
</tbody>
</table>
</div>
结构无法更改,我希望Element Title
在背景图像上方显示“” (1.png)
。目前,背景图片覆盖了“ Element Title
”。
有没有办法做到这一点?非常感谢!