最新回答 / 打瞌睡de猫3333043
#main{position::absolute; border:1px solid #FFF;width:200px; height:200px;}两冒号。。
2016-08-10
最新回答 / 滴答滴滴答滴
ifKeydown=true;这句有误,应该是ifKeyDown=true; if(contact==true)有误,应该是是if(contact=="right"); else if(contact=="up") 这句后面多了一个P; mainDiv.style.height=heightBefore+adHeight+"px";mainDiv.style.top=mainDiv.offsetTop-addHEight+""这句有误,应该是mainDiv.style.height=hei...
2016-08-01
最新回答 / 岸边花开一朵朵
传入的参数有没有错function getPosition(node){ var left = node.offsetLeft; var top = node.offsetTop; var parent = node.offsetParent; while(parent != null){ left += parent.offsetLeft; top += parent.offsetTop; parent=parent.offsetParent; } return {"left"...
2016-07-20