My Daily Coding updates
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.
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment