Html – Offset left value of inline element containing multiline string
Context I'm trying to get the offset left value (in pixels) of a multiline text div in display: inline The problem To achieve this i'm currently using the element.offsetLeft value. But this value give me the offsetLeft value of the…