vote up 0 vote down star

In IE6, when I display a modal, a dropdownlist from the parent page is visible on top of the model.

i.e. the dropdownlist from the parent page is overlaying above the model popup.

In firefox and IE 7 it is fine (the dropdownlist is tucked underneath the model like it is suppose to).

Any ideas what it can be?

flag

22% accept rate

3 Answers

vote up 5 vote down

IE 6 has an issue with this. The fix is to throw an iframe behind your modal to block the stuff behind from showing.

There is a jQuery plugin designed to address this particular issue. http://plugins.jquery.com/project/bgiframe

link|flag
can't seem to get it to work. I am calling $(mydropdownID).bgiframe(); but it is still visible. – Blankman Apr 16 at 19:24
vote up 0 vote down

A quick fix is to hide all the dropdowns when you call the modal and show them again when you close it.

link|flag
vote up 0 vote down

hey. i occur this problem too, who can help me? thanks alot http://taphop.net

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.