开发者

Disqus popup div vs. Silverlight control Z-Order

开发者 https://www.devze.com 2023-03-01 19:08 出处:网络
Playing with Disqus for commenting, but the problem is that we have a Silverlight control for playing video right above the Disqus comments.

Playing with Disqus for commenting, but the problem is that we have a Silverlight control for playing video right above the Disqus comments.

Example page: http://play.nimbushd.com/view/lfm7

When an anonymous/not logged in user presses the "Post as..." button to post a comment, the Disqus guest/login div dialog pops up, but is behind the Silverlight control, preventing the user from proceeding any further.

How can I either fix the z-order, or override the开发者_运维技巧 Disqus CSS to position the comment popup below the Silverlight control?

Edit: Screenshot of issue:

Disqus popup div vs. Silverlight control Z-Order


Found this Channel 9 post that addressed the issue:

Overlaying HTML over Silverlight

On the <object> tag, add style="z-index: -1;" and set param Windowless to true in the Silverlight embed params.

0

精彩评论

暂无评论...
验证码 换一张
取 消