Position:absolute different in FirefoX and IE?
Well a lot of people don’t know that the body tag has different values in each browser.
That’s why sometimes absolute objects have different positions in IE and Firefox.
To fix it simply add margin:0; padding:0; to your body tag via CSS.
