Archive for November, 2010
Silverlight not showing in Firefox
By admin - Last updated: Friday, November 12, 2010
Try add the following line in the style sheet. as it is the wrapper div for the form #silverlightControlHost { height:100%; } In the HTML <div id=“silverlightControlHost”> <object data=“data:application/x-silverlight-2,” type=“application/x-silverlight-2” width=“100%” height=“100%”> <param name=“source” value=“ClientBin/MySilverlight.xap”/> […]