0
kicks
How To Find The Position Of An Element
From time to time I need to know what the position of a particular element is.
I could use trial and error until I find the correct position but this is not efficient and it breaks the second I make an adjustment to the elements or any of it’s parent elements. So how can we easily get an elements position?