Hello,
I know JQuery does most when it comes to cross-browser issues. I just wanted to know if offset()
method of JQuery serves the purpose of cross-browserability, I mean top
, left
, etc properties that can be derived from it?
Basiclly once I apply top
, left
, etc properties (which are derived from offset()
function) to an element, I need to make sure that the element appears at the specified location across all browsers.
Thanks