当前位置: 代码迷 >> JavaScript >> oUL.style.left = (oUL.offsetLeft-1)+'px'},100);如何是向右移动的
  详细解决方案

oUL.style.left = (oUL.offsetLeft-1)+'px'},100);如何是向右移动的

热度:582   发布时间:2013-03-17 13:48:31.0
oUL.style.left = (oUL.offsetLeft-1)+'px';},100);怎么是向右移动的?
oUL.style.left = (oUL.offsetLeft-1)+'px';},100);怎么是向右移动的?
明明该是向左移动的
offsetLeft

------解决方案--------------------
如果你不想去掉margin 就把 -1 改成 -6 就是要把那5像素考虑进去
  相关解决方案