我想要下面的按钮(和它的图像)改变大小,当我点击它。对话框正在显示,但大小未更改。
<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 w
无论我如何努力使这div 40‘s高,它是height不断变大。
下面是示例HTML:
div {
/* To prove the div does get larger */
display: table;
background-color: red;
/* Not even explicitly setting height to 40px helps: */
height: 40px;
max-height: 40px;
/* Ofc, problem occurs also without these two lines. */
}
<div>