View Full Version : drop down menu doesnt display over the flash area
janicefernandes
09-11-2007, 02:02 PM
please see the link http://www.opal-stone.com in the top menu, click 'video' to open the video page. then move the mouse over the 'products' link in the top menu. you can see that the products drop down menu doesnt display properly due to the flash image on the video page. please help me to troubleshoot this problem. ask me for any clarifications. thank you for your valuable time and efforts.
patmanbofh
10-15-2007, 01:17 PM
Hi there, just stumbled on to this post.
have you attempted adding the following parameter to your s1 object declaration:
s1.addParam("wmode", "opaque");
You may also try the the value
s1.addParam("wmode", "transparent");
I believe that there is an issue with allowfullscreen = true with either of those parameters and there are also performance implications.
Opaque renders the swf file within the browser stack as opposed to a layer on top over everything else. Transparent allows layers below to be seen thru the flash area!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.