Hej Christian.
Din video er højst sandsynlig indsat på siden med Flash, ikke sandt?
Problemet skyldes, at browsere som standard placerer plug-in-elementer, som fx Flash og Java og sådan nogle ting, øverst over alle andre lag - z-index-kommandoen i css ignoreres.
Se her:
http://kb2.adobe.com/cps/155/tn_15523.htmlLøsningen:
Editing HTML code manually
To edit an existing HTML page, add the WMODE parameters to the HTML code.
1. Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent">
2. Add the following parameter to the EMBED tag:
wmode="transparent"
Kilde:
http://kb2.adobe.com/cps/142/tn_14201.html