I have a form that generates a sortable div. I have added a div inside that div that displays on click. The problem is that this div spills over onto the divs below.
I can solve this by putting that div outside of the “click” div but then the sortable functionality does not work.
I have tried all sorts of styles to solve this but no luck. Please help if you can. Cheers
The fiddle is here, http://jsfiddle.net/clintongreen/rRYTa/1/
.div_menu_button had a height style attributed to it and that was preventing the button from expanding on the toggle. Once I made the height: auto; it worked fine. Stupid mistake I should have seen it before posting this question. Cheers