Last updated on December 17th, 2010 at 02:21 am

FlashThis is a common issue that webmasters/webdevelopers face when they have a webpage with a combination of javascript or css or DHTML dropdown menu and a flash swf file.Sometimes we can see that the Drop down menu going behind flash element.This is really frustrating for the developers.

But dont worry guys there is a quick fix for this issue.Just follow these steps
add the WMODE parameters to the HTML code inside the aswell as thetag

1. Add the following parameter to the OBJECT tag:

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

2. Add the following parameter to the EMBED tag:


wmode="transparent"

This will work in all browser. Thanks 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *