Java Layer Issue
I have a news java applet on my page.
I also have some dynamic html involving layers (<div style="z-index: 1";....>).
Is it possible to get the <div> to sit on top of the java applet as it does with normal html content, because at the moment my news applet is blocking the content within my <div></div> tags?
I tried setting the z-index of the <div> to 2000, and this still did not help.
Any ideas?
|