Addition: though this might seem an esoteric case, in fact if you make
body { position: relative } then offset is going to be wrong _all the
time_ in Safari/Chrome, because it will miss the last step.

Styling the body with margin for centering or whatever is not
uncommon: it means avoiding wrapping everything in an extra div tag.
And if you do that, then you're likely to do a position:relative on
the body because you're most likely to want everything relative to the
body than the html.

But at the moment I can't find anything more elegant than the rather
ugly marginLeft fix.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to