に私は次のコードエラーはjavascript関数
function xhi(aax)
{
var aby=document.getElementById(aax);
aby.style.bottom=(parseInt(aby.style.bottom)+(screen.height-42)/10)+'px';
if(parseInt(aby.style.bottom)<(screen.height-42))setTimeout('xhi("'+aax+'")',25);
}
を使用しています。 2回目aby.style.bottomがNullになります。なぜですか?
状況は同じです –