Posts: 44
Location: san francisco, ca
|
In terms of modality, there is no issue. I totally agree with your definition of modal.
The issue is that the select-lists "underneath" the modal dialog disappear instead of displaying dimmed-out.
Select-lists in IE6 ignore the z-index of a modal element and instead display on top of the modal element. The BGIFRAME plugin for jQuery solves this issue: http://docs.jquery.com/Plugins/bgiframe
However, my implementation of the BGIFRAME plugin is incorrectly causing my select-lists to be totally hidden instead of dimmed-out like other elements.
http://bit.ly/1NOQ03
For a demo, if you're able, please inspect my test page in IE6, then in either FF or IE > than 6.0.
Thanks in advance...
|