W operze i ff tego problemu nie zaobserwowalem, czy ktos ma pomysl jak sprawic, by film youtube dalo sie przykryc blokiem? (zwykly flash sie da)..
<html> <head> <style type="text/css"> #ws { width: 300px; height: 200px; position: absolute; top: 80px; left: 80px; z-index:1; } #wideo_spa { width: 300px; height: 200px; } #abc { width: 100px; height: 100px; background: red; position: absolute; top: 10px; left: 10px; z-index:2; } </style> </head> <body> <div id="ws"> <object class="wideo_spa"> <embed src="http://www.youtube.com/v/g8fLf8r2N7s?version=3&autohide=1&showinfo=0" type="application/x-shockwave-flash" allowscriptaccess="always" class="wideo_spa"></embed> </object> </div> </body> </html>