0

When i create a menu, the dropdowns go behind the flash element. But in some sites, like Digg, it is shown above. z-index is of no use !

How to do this?

Aakash Chakravarthy
  • 10,523
  • 18
  • 61
  • 78
  • 1
    Possible duplicate: http://stackoverflow.com/questions/712476/change-the-z-index-of-flash-content – sshow Jun 09 '10 at 13:19
  • WARNING: wmode="transparent" is the answer, but it comes with a big performance hit. – Ender Jun 10 '10 at 20:51

1 Answers1

2

An old site I worked on had this problem. I fixed it by adding a transparent value/wmode param.

<param name="wmode" value="transparent">
Corv1nus
  • 4,523
  • 1
  • 26
  • 37