I’m working on a Silverlight 4 application that seems to run fine in IE and Google Chrome, however when I try to view the application in Firefox, the application loads, but is not visible. The application is definitely loading, despite not being visible. Then I changed the height and width of Object from 100% to fixed, then its come showing in Firefox.
How can I view Silverlight applications in Firefox with maximum height and width?
In your html, specify following code in CSS
Then in
bodyHope this works for you.