Forum Moderators: not2easy
background: url(graphic.jpg) left top scroll repeat-x;
...I changed it to:
background: url(graphic.jpg) repeat;
It appears to have fixed it. I am just curious as to what the original format was accomplishing and why it worked only in IE? - Thanks
It is useful in some cases where you do not want the background to repeat horizontally or vertically.
It should work cross-browser thought!
you could also set no-repeat so that your background is only placed once, should you require that.