Quote:
Originally Posted by TimberFloorAu
Yeah got that but tried everything and to no avail. Great hack, but couldnt get it working for us.
Thanks anyhoo
your code:
Code:
background: #xxxxxx /*url(url to image here) no-repeat*/;
our code change:
Code:
background: #ff9900 images/bg.jpg no-repeat;
Didnt produce anything.
Even tried absolute URL
|
That's because you removed too much of the code from the CSS. You need to use this line:
Code:
background: #ff9900 url(images/bg.jpg) no-repeat;