I'm having an issue where my RadMenu is behind my Silverlight object. I cannot seem to find the Windowless mode property that seems to make the issue not happen -- here is my code:
Any idea? I've got this code running inside of a frame but all other controls are fine except for this Silverlight object.
Thanks in advance,
| <body> |
| <form id="form1" runat="server" style="height:100%"> |
| <div id="silverlightControlHost"> |
| <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"> |
| <param name="source" value="ClientBin/BioDMap.xap"/> |
| <param name="onError" value="onSilverlightError" /> |
| <param name="background" value="white" /> |
| <param name="minRuntimeVersion" value="3.0.40624.0" /> |
| <param name="autoUpgrade" value="true" /> |
| <a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=3.0.40624.0" style="text-decoration:none"> |
| <img src="http://go.microsoft.com/fwlink/?LinkId=161376" alt="Get Microsoft Silverlight" style="border-style:none"/> |
| </a> |
| </object><iframe id="_sl_historyFrame" style="visibility:hidden;height:0px;width:0px;border:0px"></iframe></div> |
| </form> |
| </body> |
Any idea? I've got this code running inside of a frame but all other controls are fine except for this Silverlight object.
Thanks in advance,