html代码:

<div style="width:182px; height:182px; border:1px solid #FFF;">
<div />
</div>
</div>

js代码:

function changeImagemove1()
{
var element=document.getElementById("aboutusimg1");
element.width = "202";
element.height= "202";
element.src = "aboutUs/1-1.png";
document.getElementById("img1").style.margin="0";
}
function changeImageout1()
{
var element=document.getElementById("aboutusimg1");
element.src = "aboutUs/1.png";
element.width = "142";
element.height= "142";
document.getElementById("img1").style.margin="20px";
}

相关文章:

  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2021-09-03
猜你喜欢
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-05-28
相关资源
相似解决方案