I am using a jQuery Dialog in a web application that uses Silverlight on several pages. When the dialog appears on pages with a SL window, the dialog is hidden behind the SL. I cannot use windowless mode. Is there any straight-forward way to make this dialog appear in front of SL?
Share
It appears to work fine using an iframe doing similar to what you explained with the floating div.
It might needs tweaking, but hopefully this can help others.
On your page, include an iframe like so:
And in the script portion where you declare your dialog: