Hey there,

What are the css commands that can be given to a group to style it? For example in my style sheet I have:

ul#catGroup6_8 {
border: 1px solid #ff0505;
background-color:#000099;
background-image:url(../images/DeliveryVan.gif);
margin-left:20px;
margin-bottom:25px;
height:200px;
}

of the above only the border and height actually do as they are told. I've messed about with padding, margins, bg colors etc (altho fontsize and width also work). Is there a limit to what types of commands you can make a group do? Or am I missing something. It is late after all...

Great mod btw, hadn't realised how unflexable the default zencart cat sidebox was!