替換圖像我有這兩個圖像如何與其他的onclick
#image1{
position:absolute;
left:29%;
top:40%;
background-image: url("../imgdrag/activity1.png");
width:63px;
height:38px;
}
#image2{
position:absolute;
left:29%;
top:40%;
background-image: url("../imgdrag/activity1red.png");
width:63px;
height:38px;
}
的這些特點我如何可以替換的圖像2的圖像1,當我點擊一個按鈕使用功能
任何HTML代碼嗎? – Leguest
什麼的JavaScript/JQuery的你試過嗎? –