Tuesday, October 9, 2012

Displaying css dropdown menu over flash object in IE8

To display a css dropdown menu over an embedded flash video in IE8, do the following:

add :
1. <param name="wmode" value="opaque"/> in <object> tag and
2. wmode="opaque" in <embed> tag.

This should take care of it.

Creative Commons License