I have looked in IE8 and Firefox and cannot see any diference, however there does appear to be a small right margin in both, I am not sure if this is really there or an illusion because I am looking for it.
To get a consistent display across browsers add this to your Style Sheet.
Code:
body
{
margin:0;
padding:0;
}
Hope this is of use.
|