View Single Post
Old 03-28-2003, 01:17 PM   PM User | #1
Bodmins
New Coder

 
Join Date: Aug 2002
Location: Scotland
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Bodmins is an unknown quantity at this point
Question 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?
Bodmins is offline   Reply With Quote