javascript - Menu overlapping media player object -
i using object tag play media on web page. have menu in same page(with absolute positioning) when hovered doesn't overlap media player object. contents of menu not visible.
i found similar questions on stackoverflow suggested use (wmode="opaque") object tag it's not working me.
<param name="wmode" value="opaque">
the above line added in fiddle.still it's not working. here jsfiddle link issue:
http://jsfiddle.net/akonchady/8ldtn/5/
please tell me how can make menu contents visible.
Comments
Post a Comment