0
kicks
Silverlight Plug-in and the Height Percentage problem in Firefox
... I added a small Silverlight application to an existing and styled website, the app was surrounded by the usual <div>.
In IE7 all gone well but in FF the Silverlight application appeared to be completely collapsed and not visible at all. After some research I found the the problem is in the way Firefox renders the <object> tag when it’s height is relative (that is it’s a percentage). Since none of the containers around the Silverlight <object> tag had a Height defined Firefox assumed to use 0. Here's a workaround...