Forums

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

Home Forums CSS Background repeat Re: Background repeat

#54384
Soh Tanaka
Member

In IE, if you don’t have a space between your background image value and the repeat value, your going to get some funk down your direction.

So just add a space before "repeat-x" :-)

Code:
background: url(image.jpg) repeat-x;