silverlight hides menu?
-
Hi, I have a java menu on the webpage that is partially hidden from the silverlight control that i have placed below. Is there a way to render the menu above the SL content?
As the SL control works inside a webpage, it should simply be a matter of setting the Z-order. Basically, host your menu in a div with a higher z-order than the div you are hosting your SL page in. I haven't tried it, but the theory is sound.
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Forgive your enemies - it messes with their heads
-
As the SL control works inside a webpage, it should simply be a matter of setting the Z-order. Basically, host your menu in a div with a higher z-order than the div you are hosting your SL page in. I haven't tried it, but the theory is sound.
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Forgive your enemies - it messes with their heads
-
As the SL control works inside a webpage, it should simply be a matter of setting the Z-order. Basically, host your menu in a div with a higher z-order than the div you are hosting your SL page in. I haven't tried it, but the theory is sound.
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Forgive your enemies - it messes with their heads
Hi! I tried the z-index:-1 but it didn't seem to work. edit: but i found a solution that i tested and worked Add
<param name="windowless" value="true" />
on the aspx or html page when you add the Silverlight element in the <object> tag
modified on Thursday, November 25, 2010 3:24 AM
-
Hi! I tried the z-index:-1 but it didn't seem to work. edit: but i found a solution that i tested and worked Add
<param name="windowless" value="true" />
on the aspx or html page when you add the Silverlight element in the <object> tag
modified on Thursday, November 25, 2010 3:24 AM