Zen Cart Logo

Categories Dressing

Locked

Views: 2,560

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
7 Aug 2007, 6:05 PM
#1
pglad avatar

pglad

Zen Follower

Join Date:
Jun 2007
Posts:
198
Plugin Contributions:
0

Categories Dressing

Hi all! I've installed the Categories Dressing mod successfully, but have a slight problem with where I put the images I use to display the category links. By default, they are in the 'images' directory and the path is specified in the stylesheet e.g.

a.catBg79 {
background-image: url(../images/catbg79.gif);
height: 22px;
}

This works fine, but as I have quite a few of these images I wanted to tidy things up a bit and put them into their own sub-directory:

a.catBg79 {
background-image: url(../images/categorybuttons/catbg79.gif);
height: 22px;
}

For some reason when I do this the images will not display. I've looked for clues in tpl_categories.php but cannot figure it out.