CSS Issue in Firefox/IE
Posted
by bethhilson
on Stack Overflow
See other posts from Stack Overflow
or by bethhilson
Published on 2010-03-24T15:12:21Z
Indexed on
2010/03/24
15:13 UTC
Read the original article
Hit count: 266
I'm working on a site's CSS and am running across an issue with the body margin section. If you look at this in Firefox and then IE, you can see the line isn't lined up right in Firefox, but it is in IE. (In the black header section).
Here is what I have for the body tag, It's something with the margin and I can't figure it out:
body { margin: -2px; padding: 0px; background: #E7E7E7 url(images/bg01.jpg) repeat-x left top; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #888888; }
Thank you for any responses!
© Stack Overflow or respective owner