开发者

Best control with image and onClick to call javascript function

开发者 https://www.devze.com 2023-03-20 20:42 出处:网络
What is the best control which can display image, call javascript and do it without postba开发者_运维知识库ck? maybe even change an image on hover?You\'re looking for the <img> tag.A HTML Elemen

What is the best control which can display image, call javascript and do it without postba开发者_运维知识库ck? maybe even change an image on hover?


You're looking for the <img> tag.


A HTML Element of your choice I suppose:

<div style="background: pink url(/image.png);" onclick="alert('javascript')">

</div>

CSS:

div:hover {
    background: lightgreen url(/image2.png);
}
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号