Make a category menu like this one?
http://www.cookfusion.be/
Thanks in advance.
Make a category menu like this one?
http://www.cookfusion.be/
Thanks in advance.
Reesy that looks like better categories with some tweeking to achieve it.
Which elements are you wanting to mimic ? You may need only tweeking on the categories box portion of the css also...
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
Awesome Tina, a big hug in your direction... Better categories, now installed, tweaked, and looking good.
Thank you!
Glad you got it hun !
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
ah but not quite perfectly it seems![]()
Is there any way to make a subcategory a different color, not just the text which I think comes from...
ah edited to say I can just add another div in here to control it I think... let me see...PHP Code:else {
if ($box_categories_array[$i]['has_sub_cat']) {
$content .= cat_with_pointer($box_categories_array[$i]['name'], 'right', $spacer); }
else {
$content .= cat_with_pointer($box_categories_array[$i]['name'], 'nosub', $spacer); }
}
Last edited by Reesy; 25 Sep 2006 at 05:43 PM.
Bum, that didnt work.