当前位置: 代码迷 >> JavaScript >> document.body.clientLeft 是什么意思,该如何解决
  详细解决方案

document.body.clientLeft 是什么意思,该如何解决

热度:844   发布时间:2012-02-16 21:30:36.0
document.body.clientLeft 是什么意思
看到捕获元素位置的代码
e.clientX + document.body.scrollLeft - document.body.clientLeft

document.body.clientLeft 是不是元素边框的宽度 border?

那上面的代码为什么要减去这个呢?

------解决方案--------------------
CSS code

document.body.scrollLeft         左侧滚动条
document.body.clientLeft         子控件左边距 

这是浮动div用到的吧 
  相关解决方案