Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Sidebox background picture instead of Color

Sidebox background picture instead of Color

Locked

Views: 1,916

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
14 Sep 2006, 2:02 PM
#1
san_san avatar

san_san

New Zenner

Join Date:
May 2006
Posts:
24
Plugin Contributions:
0

Sidebox background picture instead of Color

Hi,

How can I use a picture on the sidebox background instead of a color.

This is my web site:

http://u-t-g.com/zen/

I want the left side box to use the attached picture instead of the Green color.

Thanks,

Eran

14 Sep 2006, 2:54 PM
#2
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Location:
Lake Havasu, AZ
Posts:
1,090
Plugin Contributions:
0

Re: Sidebox background picture instead of Color

Simply specify your background in the stylesheet
#navColumnOne
background-image: url(../images/Image1.jpg);

Hope that helps.