body {
background: #f6f6f6 url(http://path.to.image/body-bg.gif) repeat-x;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.5;
}
works in everything but ie7.
what's wrong here?
body {
background: #f6f6f6 url(http://path.to.image/body-bg.gif) repeat-x;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.5;
}
works in everything but ie7.
what's wrong here?
Maybe the line-height is causing the issue, try taking it out. Also, try body { height:1%; }