SAS
05-05-2011, 03:38 AM
1) Script Title: Apple style Accordion Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-apple.htm
3) Describe problem: Hi,
this may sound simple but I am new to scripting and trying to add more headers and content to my menu (adding 11 instead of 5) , I tied copying the code:
[CODE]
<div class="silverheader"><a href="http://www.cssdrive.com">CSS Drive</a></div>
<div class="submenu">
Some random content here<br />
<img src="http://i27.tinypic.com/sy7295.gif" />
</div>
[CODE]
and adding it onto the next line but it does not work, any suggestions?
Thanks in advance
Kev
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-apple.htm
3) Describe problem: Hi,
this may sound simple but I am new to scripting and trying to add more headers and content to my menu (adding 11 instead of 5) , I tied copying the code:
[CODE]
<div class="silverheader"><a href="http://www.cssdrive.com">CSS Drive</a></div>
<div class="submenu">
Some random content here<br />
<img src="http://i27.tinypic.com/sy7295.gif" />
</div>
[CODE]
and adding it onto the next line but it does not work, any suggestions?
Thanks in advance
Kev