Hi.
My goal is to render a background with rounded corners and matched font for the sub-category images. I found the class 'CategoryListBoxContents' but I suspect this will also change the top-level categories.
1) I would like to implement something like this:
#relevant_class{
text-align:center;
border-radius:3px 3px 0px 0px;
-moz-border-radius:3px 3px 0px 0px;
-webkit-border-radius:3px 3px 0px 0px;
background:url(../images/menu-bg2.gif) repeat-x right top #59890d;
here:
familynowDOTcaSLASHshop/index.php?main_page=index&cPath=55 (It'll be nice when my site is public so I can stop listing the URL like this!)
To be specific, I'm referring to the "And another Rice Pasta" with the green bg. The others we merely examples for my wife to choose from.
2) It appears to me that the current implementation forces an image rather than text. If I turn the text link back on can I simply modify that css(above) entry to get what I want perhaps?
Thank in advance for any assistance.


Reply With Quote
