Home › Forums › CSS › IE8 and 9 doesn’t see my background image… › Re: IE8 and 9 doesn’t see my background image…
December 29, 2012 at 8:58 pm
#119356
Member
In your #container
code, you have a syntax error. IE doesn’t like it much. You need a space before “no-repeat.” Like this:
background: url(images/bg_body.png) no-repeat;