In my HTML document, I have a simple div tag that is absolutely positioned. In Chrome, when I set the CSS rule "right" to a fixed value in pixels and "left" to "auto", then use jQuery's position() method to determine its left position immediately afterwards, the returned value is something like: 122.6363525390625. The same issue occurs with the offset() method.
On the contrary, Firefox does not experience this problem.
Could you please explain why this discrepancy happens and if there is a way to prevent it? Thank you in advance!