Preventing Flash Objects From Overlapping HTML Elements
I’m working on a project for a new client with a dropdown menu that sits right above a small Flash slideshow. The slideshow, powered by the excellent SlideShow Pro by the way, causes any elements that try to display on top of it to be overlapped. This is a problem with all Flash objects and the solutions for fixing it are varied and all too complex.
It turns out the easiest and simplest solution is to add this parameter to your object: wmode=”transparent”
Of course, your mileage may vary with this but it’s been working for me so far.










Hi
glad it worked for you,
but did you test if it worked with firefox on linux, i am facing the same proble and changing wmode=”transparent” worked, but only on pc and not on ff with linux.
Comment by santosh — April 25, 2007 @ 8:51 am