|
Back
My Javascript Drop-down Menu System Disappears Behind a Flash Movie
Problem If you use drop down menus at the top of your web site and have a Flash movie beneath them, then when you mouse over the drop-down menus they disappear behind the Flash movie.
Resolution The resolution is simple, just include the WMode parameter and set it to Transparent, as per the below:
Here is how you should include it in your movie reference in the HTML:
cabs/flash/swflash.cab#version=6,0,29,0" width="200" height="140">
Back
|