Тема: .offset().left
Показать сообщение отдельно
  #2 (permalink)  
Старый 19.08.2014, 21:30
Аватар для ixth
Профессор
Отправить личное сообщение для ixth Посмотреть профиль Найти все сообщения от ixth
 
Регистрация: 19.01.2010
Сообщений: 354

Внимательно читаем доку:

Цитата:
The .offset() method allows us to retrieve the current position of an element relative to the document. Contrast this with .position(), which retrieves the current position relative to the offset parent. When positioning a new element on top of an existing one for global manipulation (in particular, for implementing drag-and-drop), .offset() is more useful.
offsetLeft/Top берется от offset parent.
Ответить с цитированием