Uhmm...sorry for the trouble.
Another question, can you only add 1 group of links? Or can I duplicate the above and have another group of links below or above the Manufacturers?
Uhmm...sorry for the trouble.
Another question, can you only add 1 group of links? Or can I duplicate the above and have another group of links below or above the Manufacturers?
There is theoretically no limit to the number of different link "heading" groups you can add to a category in this manner. They just all have to be in the one define statement.
That is a very nice implementation of the heading function... it's satisfying to see some of the features I built being used to their fullest.
I see...so you can only have 1 define per category number.
Just wondering, how do I get hover effect for the headings the same as normal category links? At the moment, we are only getting text-hover effect.
Lastly, how do I add white space at the bottom of each group?
Thanks for this great mod! :)
Managed to get the space issue done by changing the style for the Popular Series heading.
Only issue left is the hover effect. Need the hover to be the whole block instead of just the text link.
Add to
.catBoxHeading2 a {
display: block;
}
Added the above but the hover still only affect the text instead of the whole block like in the "popular series" sidebox. I also added code below but didn't made any difference.
.catBoxHeading2 a:hover {background:#ffffff url(../images/bc_cat_no_sub_hover.gif) no-repeat;}
...holding...