Killersites.com Homepage Welcome Guest   |   Register  |  Login
Login Name Password
  Search  
  Index  | Recent Threads  | Unanswered Threads  | Who's Online  | User List  | Help


Quick Go »

No member browsing this thread
Thread Status: Active
Total posts in this thread: 2
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 5107 times and has 1 reply Next Thread
Male neovamsi
Stranger




Joined: Nov 28, 2008
Post Count: 1
Status: Offline
Reply to this Post  Reply with Quote 
smile Drop down menu is not visible over Flash banner

Hi ,

I have created a Drop down menu list using Java, and i placed the flash animation as banner bottom of menu.

But when i look it in any browser the drop down menu is not appearing over flash, the drop down list is going at the backside of the flash banner

Please tell me how to get the drop down list is visible over the flash banner at the same time i need to play the flash at the bottom of the
drop down menu.

Can any one please tell me ,,,,, Please i need your help

Thanks

Vamsi

[Nov 28, 2008 11:24:53 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Male monkeysaurus
Advanced Member
Member's Avatar


Joined: Sep 26, 2006
Post Count: 187
Status: Offline
Reply to this Post  Reply with Quote 
Re: Drop down menu is not visible over Flash banner

Hi,

This has happened to me too.

The reason is that flash exists outside of the DOM - the flash object is basically placed on top of everything else.

The solution is to make sure you make the flash background transparent, like this:

<param name="wmode" value="transparent" />


And in the embed line, add this:

<embed src="myMovie.swf" ... wmode="transparent"></embed>


Make sure to add all the usual stuff into the embed line...width, height etc.

That should do the trick.
----------------------------------------
John McCollum
http://johnmccollum.co.uk
[Nov 29, 2008 5:10:47 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread