gpt4 book ai didi

javascript - 将背景图像更改为按钮

转载 作者:行者123 更新时间:2023-11-27 22:34:33 24 4
gpt4 key购买 nike

我正在尝试更改按钮的背景图像,但它并没有像我想的那样工作!!CSS 没问题,如下所示:

#ITA
{
float: right;
margin: 5px 85px;
width: 40px;
height: 40px;
background: #FFFFFF url("../ITA_off.png") center center no-repeat;
border: 0;
}

我在“HEAD”中的 javascript 函数是

function cambiaBandiera() {
test=document.getElementById("ITA");
test.backgroundimage="ITA_on.png";
}

按钮如下

<input type="button" id="ITA" onClick="cambiaBandiera()" />

怎么了?

请帮助!

提前致谢

亚历克斯

最佳答案

test.style.backgroundImage = "url(foo.png)"

关于javascript - 将背景图像更改为按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2934225/

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