Print Page | Close Window

Drop down menu and Flash...

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=24048
Printed Date: 28 March 2026 at 11:07pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Drop down menu and Flash...
Posted By: markradaba
Subject: Drop down menu and Flash...
Date Posted: 02 August 2007 at 10:35pm
Does anyone have an idea how I can get a drop down menu to appear *over* a Flash animation?  The drop down menu uses CSS, and right now it appears under a flash animation, and I need to get it to appear over it.
 
Thanks!
 
 



Replies:
Posted By: javi712
Date Posted: 03 August 2007 at 5:41am
I don't know much about flash, but with CSS and Javascript, you can use the z-index property to position your layers. http://www.w3schools.com/css/pr_pos_z-index.asp - http://www.w3schools.com/css/pr_pos_z-index.asp


Posted By: websignia
Date Posted: 15 August 2007 at 10:54pm

If you're using the "embed" object, you may want to add the following values to your flash code block within the HTML page:

<param name="wmode" value="opaque">
 
and
 
<embed src="filename.swf" wmode="opaque" quality="high" ... >
 
You can also use "invisible" instead of "opaque"
 
Hope that helps.


-------------
www.websignia.net - www.websignia.net
www.myspace.com/websignia - www.myspace.com/websignia
www.abcEasyDomains.com - www.abcEasyDomains.com


Posted By: markradaba
Date Posted: 20 August 2007 at 10:00pm
Thanks that worked beautifully!
 
Thanks guys!


Posted By: KCWebMonkey
Date Posted: 24 August 2007 at 2:57pm

anyone know if this works with other objects on a page as well?



Posted By: markradaba
Date Posted: 25 August 2007 at 6:46pm
I dunno know.... I've got the flash issue resolved, but I have the same problem with another element....
 
I'm using Live Maps, and the drop down menu is appearing underneath those as well.  The Live Maps is called using a <div> statement.  Anyone have any ideas how I can get it to appear above the map?


Posted By: Iluvalar
Date Posted: 25 August 2007 at 6:57pm
the z-index property should do the trick with about anything ...
<div style="z-index:3">...

Well ... i think ...


Posted By: markradaba
Date Posted: 04 September 2007 at 6:31pm
Anyone know how to get this to work with Microsoft Live Virtual Earth (Maps)?  I've tried the <div> statement using the z-index, and I still can't seem to get it to work by putting it over the map..  This is the last real hurdle I gotta get over with this navigation menu...
 
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net