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?
Answer: 1
You can always create a floating div of the same size as the dialog. It will be above the silverlight plugin. You'll also need code to dismiss the div when the dialog is closed.
The dialog will be part of the div and therfore float above it above the silverlight.
by : Tigertoyhttp://stackoverflow.com/users/662875
No comments:
Post a Comment
Send us your comment related to the topic mentioned on the blog