Add image to background

Hi There,

Does anyone know how to add an image to the background instead of a color?

I tried but it didnt work and i’ve also refreshed the cache.

Thanks

2 answers

Profile photo of thangnn1510 0.00 $tone December 6, 2010
Public

Hi media991!

Sorry for replying late. Our support system was offline last week.

What do you want to change the background for??? If you want to change the background for a "div" tag please do the following :

-- Copy your image file to "skin/frontend/default/jm_deco/images/". I suppose its name is "background.jpg"

-- Change css for the div tag:

.divClassName{
background:url(../images/background.jpg) no-repeat;
}

(divClassName is the div tag’s class name)

Hope this helps you.

#2

Please login or Register to Submit Answer

Written By

Comments