此 Javascript 似乎在 IE9 中不起作用,但在 Chrome 中运行良好。
function setDivPosition(nm,l,t)
{
document.getElementById(nm).style.left = l;
document.getElementById(nm).style.top = t;
}
此 Javascript 似乎在 IE9 中不起作用,但在 Chrome 中运行良好。
function setDivPosition(nm,l,t)
{
document.getElementById(nm).style.left = l;
document.getElementById(nm).style.top = t;
}