我想在我的网站上使用具有透明背景的 .png 图像作为链接。
我试过这个html:
<a href="index.html">
<img border="0" src="smiley.png" alt="smiley" width="150" height="150">
</a>
这个CSS:
a
{
text-decoration: none;
color: inherit;
}
但是,图像仍然可以在我的图像的透明背景上单击。
这是我想要得到的说明:
***注:此图片仅供参考。我 100% 确定我的图片具有透明背景。*
当光标仅在笑脸(可见部分)上时,如何将我的图像用作链接?