Quote:
Originally Posted by Gasper
This is caused by missing off the 'wmode' parameter to your flash movie embed/object tag.
Add the following to your <object> tag:
Code:
<param name="wmode" value="transparent" />
and the following to your <embed> tag:
Code:
wmode="transparent"
|
Thanks for your reply. I've just tried that and although the dropdown menu is now layered correctly on top, the transparent setting has distorted one of my flash movies which has a black background. It looks like the setting is trying to make the black background into a transparent layer.
Any other ideas?