Embeded video displayed over html
Posted
by Sergey Osypchuk
on Stack Overflow
See other posts from Stack Overflow
or by Sergey Osypchuk
Published on 2010-06-15T09:29:43Z
Indexed on
2010/06/15
9:32 UTC
Read the original article
Hit count: 287
html
|embedded-video
Site which I am developing has a menu with drop downs, which is always on top and content is scrollable.
Some of content are embeded video from various sources, which appears over top navigation.
For youtube, we find solution by adding extra parameter:
<param name="wmode" value="opaque" />
which resolve this issue, but what can i do to fix other video sources?
You may see issue on this page - http://cars.topics.ua/ru/Topic/ViewGoodie/176768, please scroll down to see video positioned in front of html.
© Stack Overflow or respective owner