html - Disqus popup div vs. Silverlight control Z-Order -


playing disqus commenting, problem have silverlight control playing video right above disqus comments.

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

when anonymous/not logged in user presses "post as..." button post comment, disqus guest/login div dialog pops up, behind silverlight control, preventing user proceeding further.

how can either fix z-order, or override disqus css position comment popup below silverlight control?

edit: screenshot of issue: screenshot of issue

found channel 9 post addressed issue:

overlaying html on silverlight

on <object> tag, add style="z-index: -1;" , set param windowless true in silverlight embed params.


Comments