Hrmm that seems interesting to me. My plugin basically works by placing divs, each with a different background color and 1 pixel wide, across the element in question, and making the divs appear as part of the background of the element (by prepending them to the html in question, so they are rendered first in the DOM). My guess is that the accordion plugin is stripping this extra information?
Do you have Firebug? Maybe you can do some investigation with the "inspect this" feature and see if the additional elements created by my plugin are still present.
Hrmm that seems interesting
Hrmm that seems interesting to me. My plugin basically works by placing divs, each with a different background color and 1 pixel wide, across the element in question, and making the divs appear as part of the background of the element (by prepending them to the html in question, so they are rendered first in the DOM). My guess is that the accordion plugin is stripping this extra information?
Do you have Firebug? Maybe you can do some investigation with the "inspect this" feature and see if the additional elements created by my plugin are still present.
Dave