SOME COMMON BROWSER ISSUES
Another basic difference between Internet Explorer and Firefox is how they handle text within divs.
*However, you might notice that the size of the box appears to be slightly different between browsers. Firefox actually ADDS the border widths to the pixel width of the boxes. It also adds the padding, so to get around this, I used 10px margin on the inner box to achieve the same effect as padding on the outer box. Otherwise, the widths would appear differently.
To view another browser issue, click here.