P default margin different in Firefox and IE
If you notice that paragraphs, h1 and other tags have different default margin among browsers, you might want to use the following css code. * {margin:0px;padding:0px;} This code removes the additional spaces for all html … Read more