Does any know if there is any way of overlaying a div on top of an applet? Even if it means disabling the applet in some way, that shouldn't matter.
You see, I have a web page with an applet rendered by way of an object tag, and I am dynamically creating div elements as part of a tree menu, adding them to the document and positioning them absolutely, which is all very well, except that if a div and the applet overlap, the applet always appears on top!
You see, I have a web page with an applet rendered by way of an object tag, and I am dynamically creating div elements as part of a tree menu, adding them to the document and positioning them absolutely, which is all very well, except that if a div and the applet overlap, the applet always appears on top!