gpt4 book ai didi

javascript - 使用javascript调整按钮图像的大小

转载 作者:行者123 更新时间:2023-11-28 04:26:10 25 4
gpt4 key购买 nike

我希望以下按钮(及其图像)在我单击时改变大小。对话框正在显示,但大小没有改变..

<html>
<input type="image" src="pacman.png" onClick="
alert('test');
this.height='200px'; // change de button size
// this.image.height='200px'; // not sure if this line will work..
"/>
</html>

需要在 javascript 中,不要在 css 中,因为我稍后会制作动画..

最佳答案

您必须操纵“样式”属性:

this.style.height = '200px';

关于javascript - 使用javascript调整按钮图像的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3770995/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com