Question : javascript over flash in firefox

I know very little about java or javascript so try not to loose me in tech jargon.  My method is "reverse engineering and copy and paste".......now that I've got that out of the way here's the issue.  I am using software called, Extreeme DHTML Menu Studio, to build navigation bars for my site.  It works great and it has a feature in the options to force the sub menu drop downs of the navigation bar to appear over form items which does the trick because I have a swf file that appears directly below the navigation bar.  In IE it works just fine.  When you hover over the top level of the navigation bar the sub menus drop down and appear over the top of the swf.  However, in firefox it won't do this.  The swf stays on top and prevents the sub menus from displaying.  I wouldn't worry about it except that 9% of my traffic uses firefox.  Is there some type of resolution to this in the form of what I can do, or perhaps something that the firefox user can do that will fix the problem?  If you'd like to see what I mean go to, http://www.tmctrainingcenters.com and in IE it works fine, but in firefox it won't.  thx!

Answer : javascript over flash in firefox

I just solved it myself.  The following lines needed added:

<param name='WMode' value='Transparent'>
wmode='transparent'></embed></object>

Worked like a charm!
Random Solutions  
 
programming4us programming4us