Webmaster Blog

Webmaster Resources

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.

HTML: Firefox Issues img tag inside td

If you got an image inside a td using the img html tag and you want to center the table in firefox it will sometimes not do it properly.
It helps to add style=”text-align:center;width:xxx;” to the img tag.