Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Picture Behind Categories Sidebox

Picture Behind Categories Sidebox

Views: 1,153

Results 1 to 9 of 9
10 Mar 2011, 9:53 PM
#1
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Picture Behind Categories Sidebox

Hi, iam trying to just put a picture behing the categories ( Please see attached )

How would i acheive this look, if possible.
I would really apreciate the help.

Thanks :bigups:

10 Mar 2011, 11:01 PM
#2
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Picture Behind Categories Sidebox

could try something like this in your css file

#categoriesContent {
background-image:url(../images/new_background.png);
background-repeat:no-repeat;
background-position:right center;
}

Hope this helps!

11 Mar 2011, 12:18 AM
#3
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Re: Picture Behind Categories Sidebox

Hi thanks for getting back to me :smile:
Tried sticking it at the end of my stylesheet.css

Didnt seem to work, iam i putting in the right CSS?

11 Mar 2011, 12:23 AM
#4
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Picture Behind Categories Sidebox

link to site please

11 Mar 2011, 12:35 AM
#5
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Re: Picture Behind Categories Sidebox

Hi, thanks for getting back to me.

Heres a link to my site if it helps:
www.t o d a y s -fashion.co.uk

WITHOUT THE SPACES

Hope somebody can help.

Thanks

11 Mar 2011, 1:06 PM
#6
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Re: Picture Behind Categories Sidebox

Haha :clap:

Thanks for your help, just realised my image was in the wrong folder.

Thanks for your help, i really ppreciate it.

Thanks

11 Mar 2011, 1:18 PM
#7
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Re: Picture Behind Categories Sidebox

Just realised that above the image in the categories there is a white line on top, does anybody know how i can get rid of this?

Thanks

11 Mar 2011, 1:26 PM
#8
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Re: Picture Behind Categories Sidebox

Oh Man :blush:

So embarrassing :blush: just realised its because i didnt crop the image properly.

Again thanks for all the people who got back to me, its really appreciated.

Many Thanks Guys :bigups:

12 Mar 2011, 7:26 AM
#9
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Picture Behind Categories Sidebox

glad you got this to work!