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 is it general solution or not?