Hi Leute,
Ich habe ein kleines Problem ich wollte mich am Wochenende an eine Homepage setzten und wollte mal ein Video Background einbinden. Dieser Funktionier auch wunderbar. Nur habe ich das Problem das sobald ich ein Logo einblenden will das es nicht angezeigt wird selbst wenn ich nur einen Kasten mache mit 100 auf 100px und ihn rot mache. Kann mir jemand helfen ??
Unbenanntes Dokument
body, html { width:100%; width:100%; margin:0; padding:0;}
section { position:absolute; top:0; left:0; bottom:0; right:0; width:100%; height:100%; background:#000; overflow:hidden;}
section video { min-width:100%; min-height:100%; position:absolute; top:0; left:0; bottom:0; right:0;}
#ud_overlay { background:rgba(0,0,0,0.6);position:absolute; top:0; left:0; bottom:0; right:0; width:100%; height:100%; z-index:10;}
img {
z-index:5;
}
section {
z-index:1;
}