I need to hide the <div> the Silverlight plugin resides in. I can't just set the plugin's root canvas to Collapsed, as the "empty" div will still be bump of the position of the content meant to replace it.
Hiding it works fine (either by directly setting its style or using JQuery's .hide() function), but when the <div> is made visible again, the Silverlight plugin is not. It can't be referenced at all, it seems like it has been removed/deleted.
Any idea what might be causing this or how it can be fixed? Thanks!