views:

24

answers:

0

I've got a web form with various html fields. There is a textbox input field which is wired to work as follows:

  • when it attains focus a modal dialog should showup asking user for confirmation.

I've used jquery ui on my page. Hence I've adopted a jquery UI modal dialog to show up here. The problem is when the dialog is "modal" the dropdown boxes seem to be floating above the modal div which shows up. It even floats above the dialog itself.

I've tried the solution mentioned in the thread: http://stackoverflow.com/questions/1740057/jquery-ui-modal-dialog-sliding-behind-dropdownlists-in-ie6

ps: I've downloaded the bgiframe.js source code from here: Hope its the same thing...