I use firebug and some CSS editors, but i don't know are there any tools which can give an answer - how the offset of this particular element will be calculated?
In general, sometimes i should analyze all the parents of element with a lot of properties to know why my element is positioned there.
Can i find out an algorythm, say,
margin-top of parent1 + padding-top of parent2 + height of parent3 = resulting offset top of my element?
PS. I've read about box model at Meier etc. I don't ask about a theory, just look for the analyzing tool.