1) Script Title: Apple style Accordion Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...menu-apple.htm
3) I have the accordian working but the example on the page uses links in each title of the accordian. As a result the title has the nice grey gif background and font.
However if I take the links off the format of the accordian title changes to a default font.
How do I get this to look nice without using a link in the title
ie the code for each accordian looks like this:
[Code]
<div class="silverheader"><a href="http://www.dynamicdrive.com">Dynamic Drive</a></div>
<div class="submenu">
Some random content here<br />
</div>
[Code]
and I want to use
[Code]
<div class="silverheader">Dynamic Drive</div>
<div class="submenu">
Some random content here<br />
</div>
[Code]
Thanks



Reply With Quote
Bookmarks