Plugin Directory

Changeset 612278


Ignore:
Timestamp:
10/14/2012 02:17:38 PM (13 years ago)
Author:
codeblab
Message:

Added comment on not using offsetParent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • glass/trunk/glass.js

    r612275 r612278  
    177177// The absolute document position should be standard. It is not
    178178// Hence this function.
     179//
     180// On the Web there are many methodes involving offsetParent, they
     181// don't work on a majority of browsers for complex layout, like
     182// many WordPress themes. This seems to work better.
    179183//
    180184function glassAddAbsoluteXY(obj)
Note: See TracChangeset for help on using the changeset viewer.