add icon/link to accrodion title
I tryed two ways, each one with different problem:
1. i added the div directly to header (h3), it positioned ok, open/close div is ok too, but ever i clicked inside the new div the click is captured by jquery and accordion close or open, so i cannot put buttons or links inside that div.
2. i added the div to the cintaner of the accordion, then with absolute positioning moved it to the header, i use a high z-index (999999) but the icon is ever under the title so i cannot see it.
somebody have a tip?
TIA