Forums

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

Home Forums CSS CSS problem in all versions of IE Re: CSS problem in all versions of IE

#69374
TheDoc
Member

I can’t tell you what you did wrong since you’ve changed it, but it’s most likely caused by having a lack of spaces.

BAD:

background:url('something/image.jpg')no-repeat;

GOOD:

background: url('something/images.jpg') no-repeat;