老实说,我认为标题很清楚,所以我想要的是当用户将鼠标悬停在按钮上时,背景图像会发生变化。我没有使用特定的类,因为 background: transparent 搞砸了。
这是按钮的代码:
<button type="submit" style="border: 0; padding: 0px; margin-top: -1px; background: transparent">
<img src="../images/login open.png" alt="Inloggen" width="130" height="29" />
</button>
感谢您调查它;)