Hi jQuery folks, I am using both the Accordion and Treeview plugins developed by Jörn Zaefferer in a web application. I am having trouble when I place a div (or definition list, dl) containing an instance of Treeview inside an Accordion div. The Accordion works fine, however the Treeview 'tree' gets misaligned (the list items no longer align vertically and are all indented right, each parent li is further right than the previous li). When I comment out the CSS stylesheet includes for the Accordion plugin, the Treeview works fine. I think there is either a div or parent/child clash in these plugins related to unordered lists (ul and li). Has anyone else seen this?
Thanks in advance, - Rob