这是我的代码:
<a class="image_show" href="#"></a>
.image_show:
background-image: url("/images/img.png");
display:block;
}
. image_show:hover {
background-image: url("/images/img2.png");
display:block;
}
除非其中有文本,否则上述解决方案不会显示图像。如何在锚标签中显示没有文字的图像?