Rad 上传 Java 小程序和 z-index
我使用 Rad upload 进行拖放上传。除了 z 索引有问题之外,它工作得很好。我还在网站上使用 jquery UI,并且覆盖层未覆盖小程序。
关于如何控制 z-index 的任何想法。如果有一个像 Flash 中那样可以控制 wmode 的设置,那就太好了。但我在控制它的div上尝试了z-index,但没有结果。
I'm using Rad upload for drag and drop upload. It's working perfectly except I'm having a problem with the z-index. I'm also using jquery UI on the site and the overlay doesn't cover the applet.
Any ideas on how to control the z-index. It would be nice if there where a setting like in flash where you control wmode. But I've tried z-index on the div that controls it and no result.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所读;没有办法做到这一点;也许你可以尝试使用 jQuery 的 gbiframe 插件,但我对它的阅读不太满意,所以我什至没有尝试过。
这就是为什么大多数 Java Applet 用户开始使用 Flash,因为您可以向 Flash 传递一个参数以使其透明,或者类似的东西。
我最终做的是,将小程序移动或放置在模态对话框上,并在需要时打开它,所以如果用户打开覆盖层,是因为小程序已关闭:-P
干杯
As far as I been reading; there's no way to do that; maybe you could try with the gbiframe plugin for jQuery, but I didn't get comfortable with the readings about it, so I didn't even gave it a try.
That's why, most of the Java Applets users are moving to use Flash, because to that ones you could pass a param to be transparent, or something like that.
What I ended up doing was, to move or place the applet on a Modal Dialog, and open it when needed, so if the user opens an overlay, is because the applet is closed :-P
Cheers