shadow_hunter
02-11-2008, 10:07 PM
I am using the accordion menu found here: http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu.htm.
In the menu I have a checkbox but clicking on it wont check the box. I would guess the problem has something to do with it being a child of an element with an onclick event. For some reason this may be causing it to get clicked twice? To prevent this Id like to be able to stop event propagation but I can't find any way to do that. The page is at http://dev.schedulestar.com/local_ads/profile-tabbed.cfm
using login: hac1m@hotmail.com and pw: asdf
The add to cart checkbox is the checkbox in question.
Also I'd like to prevent the accordion from opening when buttons/checkboxes are clicked or any other suggestions you may have.
Ive been stumped on this for a while now and any help would be greatly appreciated.
In the menu I have a checkbox but clicking on it wont check the box. I would guess the problem has something to do with it being a child of an element with an onclick event. For some reason this may be causing it to get clicked twice? To prevent this Id like to be able to stop event propagation but I can't find any way to do that. The page is at http://dev.schedulestar.com/local_ads/profile-tabbed.cfm
using login: hac1m@hotmail.com and pw: asdf
The add to cart checkbox is the checkbox in question.
Also I'd like to prevent the accordion from opening when buttons/checkboxes are clicked or any other suggestions you may have.
Ive been stumped on this for a while now and any help would be greatly appreciated.