I'm using the Superfish menu and the bgIFrame plugin. I have Silverlight objects on several pages. The menu is beneath the object, even though I've added the bgIFrame like in this example (it happens on IE9 and Chrome, I haven't checked the rest of the browsers). I know that you can set IsWindowless to true, but I don't want to do that for a number of reasons.
When I use the ASP.Net Menu control it does appear over the object, so I know it's possible. Is bfIFrame not using IFrame in the correct way to make this happen. Is there an alternative to bgIFrame?
EDIT: I cross posted this on the Github page.