I have a dynamic list of LI's inside of a UL.
I am trying to somehow be able to 'track' the last LI of the UL which has a class of Last.
I thought if I could test for the left property of the actual LI against some number, say -500, then I could do what I need to do.
The issue is I can't seem to get that property.
Is this even possible or does the parent (UL in this case) override that?