I changed all the stuff in the admin side to what the document said.
Here is where i changed the css.
/**
- CSS Stylesheet for Categories Dressing examples
- @copyright Copyright 2009 Glenn Herbert
- @copyright Portions Copyright 2003-2006 Zen Cart Development Team
- @copyright Portions Copyright 2003 osCommerce
- @license http://www.gnu.org/licenses/ GNU Public License V3.0
- /includes/templates/your_template/css/stylesheet_categories_dressing.css
- Categories Dressing v2.7.3 Glenn Herbert (gjh42) - 20090505
/
/
hr.catBoxDivider1 {
color: #aabbcc;
}
*/
/IE6 hacks/
- html #categories li, * html #categories li a {
height: 1em;/fix IE6 whitespace bug/
background-image: url(../images/pixel_trans.gif);/partially fix IE6 a block display bug/
}
.catBoxHeading1 {
font-family: georgia, serif;
font-weight: bold;
font-size: 1.4em;
color: #335511;
background-color: #ff66ff;
background-image: url(http://www.notoriousarc.com/includes/templates/CUSTOM/buttons/english/catbg25.gif%29; /uncomment to use background image with or without coded text/
height: 23px; /uncomment to use background image without coded text/
padding: 0.3em 0.4em;
margin: 0;
}
.catBoxHeading2 {
font-family: 'times new roman', serif;
font-weight: bold;
font-size: 1.4em;
color: #335544;
background-color: #ffaaff;
background-image: url(../buttons/english/catbg25.gif); /uncomment to use background image with or without coded text/
height: 23px; /uncomment to use background image without coded text/
padding: 0.3em 0.4em;
margin: 0 0 2px 0;
}
.catBoxHeading3 {
font-family: 'comic sans ms', sans-serif;
font-weight: bold;
font-size: 1.2em;
color: #336699;
background-color: #ffbbdd;
background-image: url(../buttons/english/catbg25.gif); /uncomment to use background image with or without coded text/
height: 23px; /uncomment to use background image without coded text/
padding: 0.3em 0.4em;
margin: 0 0 2px 0;
}
So i uncommented where the background images are and still nothing. i even tried pointing the image file to the full HTTP address.
I know you have a thread about this, but its very vast. If you dont mind helping me here i would appreciate it. thank you