Log in

View Full Version : Resolved Icon issue :s



jonybigude
02-09-2012, 09:26 AM
Hi people!

I am actually implementing this tutorial on a website:

http://www.dynamicdrive.com/dynamicindex17/ddaccordion.htm

And it is going quite well, I must say. So far so good, but what I really want is to take those small icons before each item of the expandable menu and I cannot find a way to do that... (see image attached plz)

Any ideas?

Thanks in advance!

traq
02-09-2012, 07:42 PM
if you scroll down to the options table on the script page (http://www.dynamicdrive.com/dynamicindex17/ddaccordion.htm), you'll find your answer under the togglehtml parameter:
togglehtml: ["none", "", ""] //no additional HTML added to header

jonybigude
02-10-2012, 12:46 PM
wow... that's it?? I feel embarrassed now... :confused:

Thank you so much!! :o

traq
02-10-2012, 04:15 PM
no problem. this is one of the better scripts, where most "features" have been abstracted out into "options." nice, huh?

If your question has been answered, please mark your thread "resolved":
On your original post (post #1), click [edit], then click [go advanced]. In the "thread prefix" box, select "Resolved". Click [save changes].