Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE8 and 9 doesn’t see my background image… Re: IE8 and 9 doesn’t see my background image…

#119356
DustinWoods
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;