| Author |
Message |
Chami
Joined: 17 Jun 2003 Posts: 3
|
Posted: Thu Jun 19, 2003 7:36 pm Post subject: Java applet on top of menu |
|
|
One of my pages contains a java applet that swaps images. These images cover up my Cooljs submenus. Do you know if there's any way to make my submenus show up on top of the applet images?
thanks |
|
| Back to top |
|
 |
Fosco Guest
|
Posted: Fri Jun 20, 2003 5:00 pm Post subject: |
|
|
I would recommend using something else for the image swapping.
Java applets are so ... out of fashion. |
|
| Back to top |
|
 |
Chami
Joined: 17 Jun 2003 Posts: 3
|
Posted: Fri Jun 20, 2003 6:13 pm Post subject: |
|
|
What might you recommend  |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Sat Jun 21, 2003 12:39 am Post subject: |
|
|
This behavior caused by the fact that Java-applet is not DHTML object like a DIV or SPAN. This is windowed control which is displayer always over DHTML layers. Our new beta version of the COOLjsMenu PRO contains fix for this problem, but it is not yet released. You can look at the demo here: http://javascript.cooldev.com/scripts/coolmenupro/demos/ (SELECTs are windowed controls also).
As image changing technique you can use simple JavaScript which changes images by modifying SRC attribute, or you can use some special transition effects (available only under IE). In either case you can contact our technical support (jssupport@cooldev.com) to ask for help on this. |
|
| Back to top |
|
 |
|