js.alixixi.com/a/2010112866337.shtm
l请帮忙修改下弹出层初始位置变为可调整(现在是从0,0弹出),应该改那呢?
在这个地方:
_this.comment.style.left=Math.ceil(w)+"px";
_this.comment.style.top=Math.ceil(h)+"px";
如果要从(100,100)弹出改为:
_this.comment.style.left=100+Math.ceil(w)+"px";
_this.comment.style.top=100+Math.ceil(h)+"px";
的确有用,想不通为什么我改了 w=100就没有效果呢
你的div 必須有這2個屬性中的一個,才可以的。
position:absolute;
position:relative;