I had a silverlight control, which i can't set the windowless property to the control. So, is there any way to display html content on top of the silverlight control without setting the windowless property?
Any help is much appreciated..
|
I had a silverlight control, which i can't set the windowless property to the control. So, is there any way to display html content on top of the silverlight control without setting the windowless property? Any help is much appreciated.. |
|||
|
|
|
If you need the HTML to be displayed on top of the silverlight, you need to make an overlay DIV with css:
Within this DIV, you place the rest of the stuff you to be displayed above the silverlight. Example:
Hope this helps :) |
|||
|