Hi Tony.
Sorry for the long absence, but my schedule has been crazy these past few weeks.
Anyway, I started looking into this issue and here are my findings.
In my opinion, the best way to solve this problem would be to have the ability to specify where we want the modal created. From what I gathered, you append it to the body in all but one case so it is after everything else.
If we could append it to say a container div with an id specified by us, we could have greater control of the modal window position.
Container div would have position:relative and then the modal window could be postion:absolute, but relative to container div.
Hope this makes some sense…
Is this change possible?
Cheers,
P.