My problem is, that i have a flash banner, with a menu above it. The menu has a dropdown though, and in internet explorer 7 the dropdown shows behind the flash banner.
I’ve tried everything (what I know of, and what I have found here on stackoverflow), but nothing seems to do the trick.
Here is a link
You can find the problem up in the right corner, if you hover over “Select Country: …”.
I’ve tried to change the wmode to transparent and opaque, but it didn’t work. Just to make sure, I did this by adding a <param value="transparent" name="wmode"> in the object tag, and then add the attribute wmode="transparent".
The answer was simple: I simply had to remove
position: relativeandz-indexfrom the flash elements container (thediv tagcontaining my flash object) 🙂