PDA

View Full Version : wmode/dropdown menu problem


rustys27851
03-28-2006, 08:31 PM
I'm having a problem with my flash file covering my css/javascript drop-down menu in Firefox and Safari. I followed the directions here, but still having problems:
http://www.communitymx.com/content/article.cfm?cid=E5141

Will someone throw another set of eyes on it and see if I'm missing something? Here's the site in question:
http://teelconstruction.com/dev/

Thanks!

oldnewbie
03-29-2006, 01:00 AM
The wmode parameter must be set to transparent...

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

And you need to add it to your Embed tag also.