Current location: Hot Scripts Forums » General Web Coding » JavaScript » javascript menu covered by java applet


javascript menu covered by java applet

Reply
  #1 (permalink)  
Old 01-07-04, 05:10 PM
shaisachs shaisachs is offline
New Member
 
Join Date: Jan 2004
Location: Cambridge, MA
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
javascript menu covered by java applet

hi,

i have a page which uses a javascript menu. below the menu is an image. i intend to change this from a single static image, to an animation which fades from one image to the next. the java applet i use for the animation works fine, but the trouble is, it hides the javascript menu.

is there any way to push the menu "on top" of the java applet? would it be possible to use flash instead (ie, have the javascript menu show up on top of the flash animation?)

thanks!
Shai
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 01-07-04, 09:20 PM
hyjacked hyjacked is offline
Wannabe Coder
 
Join Date: Nov 2003
Location: New Brunswick, Canada
Posts: 174
Thanks: 0
Thanked 0 Times in 0 Posts
I've seen it done on sites with the menu over flash. http://www.giga-byte.com is an example.

I'm not sure if it's possible on gettign the java behind the menu though.
__________________
hyjacked
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 04-27-04, 11:34 PM
judahh judahh is offline
New Member
 
Join Date: Apr 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Find out how?

Quote:
Originally Posted by shaisachs
hi,

i have a page which uses a javascript menu. below the menu is an image. i intend to change this from a single static image, to an animation which fades from one image to the next. the java applet i use for the animation works fine, but the trouble is, it hides the javascript menu.

is there any way to push the menu "on top" of the java applet? would it be possible to use flash instead (ie, have the javascript menu show up on top of the flash animation?)

thanks!
Shai
Did you ever figure out how to do this? I am having the same problem. Please pass on the goodness.

Judah
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 05-02-04, 08:50 AM
fxsinus fxsinus is offline
Newbie Coder
 
Join Date: Nov 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Java overlapping DHTML layers

Hi,

This is a known issue for form elements and flash movies. I'have seen different ways how to do it, one by placing the applet in a div with a low z-index. But this solution doesn't work cross-browser.

I'have solved it by hiding the layer with the applet onmouseover and showing it again onmouseout. Here is an example:

http://www.fxsinus.com/dhtml/menus/hidingforms.html

http://www.fxsinus.com/dhtml/menus/hidingflash.html

Hiding flash didn't work in Opera 5/6, because the flash movie, once hidden, didn't show up anymore.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 05-06-04, 06:50 PM
fxsinus fxsinus is offline
Newbie Coder
 
Join Date: Nov 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
no one has a better solution?

Hey,

Come' on, my solution isn't good enough. I've been quite sure, there's an guru out there, who could provide a better solution, how to do it.

Simple, a solution for each browser must be out there. TwoD you have a better solution.

Fix it, please please
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 06-03-04, 05:51 PM
fxsinus fxsinus is offline
Newbie Coder
 
Join Date: Nov 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Hey all,

How does it work here?

http://javascript.cooldev.com/script...emos/relative/

Anybody knows how to do that?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #7 (permalink)  
Old 12-24-04, 11:41 AM
Bdk Bdk is offline
New Member
 
Join Date: Dec 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
javascript menu show up on top of the flash animation

Hi all, to show a javascript menu up on top of the flash animation
Add the following parameter to the flash OBJECT tag:
<param name="wmode" value="transparent">
Add the following parameter to the flash EMBED tag:
wmode="transparent"

and that's it

Last edited by Bdk; 12-24-04 at 11:45 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #8 (permalink)  
Old 12-29-04, 12:38 AM
4thorder's Avatar
4thorder 4thorder is offline
Newbie Coder
 
Join Date: Dec 2004
Location: USA MI
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
try this

Not sure if this is exactly what your looking for but this guy is amazing for solutions like this:

http://dhtmlnirvana.com/index_open.htm


go to DHTML link in the middle of the page and look at the top solution called "Layers and Active Content Stacking Order Fix"

Let me know if this is it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP in Java applet buttons geneane Everything Java 2 10-09-03 04:52 AM
Slow Animation on top of Java Applet mark4man Everything Java 5 09-07-03 10:02 AM
Should JavaScript be a subcat of Java? evo4ever Everything Java 9 08-21-03 10:59 PM
java and javascript e4c5 Hot Scripts Forum Questions, Suggestions and Feedback 7 08-13-03 09:59 AM
Looking for a free javascript menu spiggy JavaScript 2 06-18-03 06:58 AM


All times are GMT -5. The time now is 09:41 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.