I have been struggling to get the DOM popup kit, which uses prototype, to display popups and modal dialog boxes in Internet Explorer for a while now(it is working great in Firefox). Right now, the popup will only display above css elements that have no position value and only if the popup position itself is absolute, BUT I cannot get the overlay to position correctly unless I use an absolute position. Aside from the css issues, it looks the code in the popup kit defines the overlay object to be a child of the body element:
document.body.appendChild(overlay); whereas, the popup object is never defined as so. Could it be an issue with the order in which they are defined in IE or an issue regarding being a child of the body in general? As you can see, I am somewhat new to prototype in general and I could really use some input and/or guidance. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
