Re: Glossy Accordion Menu http://www.dynamicdrive.com/dynamici...enu-glossy.htm

I want to set up the Menu Headers with the + and - boxes being the Accordion control but the text being a link to a particular page. In other words, when a user clicks a + or minus box, I want that to control the opening or closing of the submenu as it does now, but I want to also be able to click a separate link on the text in the header and have that just link to a separate page.

Something like
HTML Code:
    <a class="menuitem submenuheader" href="#"><img 
    src="images/plus.gif" /></a><a href="thatpage.html">CSS Drive</a>
How can I make that work?

Best regards,

Jim Hollomon