I have a div{position:absolute}
. From w3cschools:
absolute - The element is positioned relative to its first positioned (not static) ancestor element
Is there an easy way with browser inspector(Chrome, Firebug) to get the first not static ancestor, to which my div was positioned relatively?