I am trying to position an span element (let us call it \"the tooltip span\") relative to a input field. To do this, I am wrapping the tooltip span and the input field in anothe
Use jQuery. DOM differences between browsers is one of the things it excels at.