Log in

View Full Version : Link on category MENU CSS



patoceane
06-08-2011, 02:05 PM
Hey Everyone !!
Thanks for this site. amazing.

my question. I use this css menu.
http://www.dynamicdrive.com/style/csslibrary/item/arrow_bullet_list_menu/

it's perfect for me but i would like to make one of the category name as a link, without sub category (for exemple contact).
I know how to change the templates in the code, but creating this part is impossible for me (when i change it as a link, it use the current css of the .a code. GRRRRR

have u a clue ??

thanks ;-)))

onestopplay
06-19-2011, 02:01 AM
Before the last

</div>
put this:

<h3 class="headerbar">Contact</h3>


Hope that helped.