I’m having a padding issue in IE. On all of my pages, the body content is being pulled up onto the edge in IE. All other browsers render it correctly. The same problem occurs on my blog posting on my blog page.
I’m having a padding issue in IE. On all of my pages, the body content is being pulled up onto the edge in IE.
Browsers apply their default margins and padding differently so it is always best to reset them to zero or define them manually.
Start with this:
body {
margin:0;
padding:0;
}
Or set your desired values manually, but you do need to address both of them.
The site already has a body margin and padding of 0px. It is individual divs that have padding applied to them that is rendering incorrectly on IE and Chrome.
I need specific guidance on what code needs to be edited.
No, it has not been fixed. The padding errors are slight and may not be easily recognizable with a cursory glance. Here are some screen shots that point out the errors.