Java Applet z-index on Safari and beyond

前端 未结 3 2112
臣服心动
臣服心动 2020-12-16 05:44

A well known problem with Java Applets in webpages is that browsers ignore the z-index of the applet tag vs. other components in the page. No matter how you position and z-

3条回答
  •  佛祖请我去吃肉
    2020-12-16 05:54

    There is a tricky solution for the problem. It's not necessary to have the code inside an iframe. We can have a dummy iframe just as a layer above the applet. And then an absolute div with the text can easily placed above that iframe.

    working example

    
    
    
    
    Applet z index issue
    
    
    
    
    
    Message
    Java applet that draws animated bubbles.

提交回复
热议问题