How to display pop-up content on top of an applet
问题 My website uses old-school Java applets for a key piece of content. As the site matures we are adding extra content around this applet, which includes hover content and jQuery UI dialog boxes. The problem is that these hover content and dialog boxes appear beneath the applet and their content is obscured. I have tried the common ways to solve the problem, such as z-index and wmode=transparent but these do not work. I have also seen answers to this question that say it is just not possible,