Placing an Element In Front of an Object
Nov.13, 2009 in
CSS
Here’s how to have a drop-down menu appear on top of a Flash object:
- Add a z-index of 0 to the object’s containing div
- Add <param name=”wmode” value=”transparent”> inside the object tag
- Add wmode=”transparent” to the embed tag
via Sheriar Designs

Leave a Reply