slipknoter6
Neues Mitglied
Hallo
Ich habe ein Problem und zwar ich habe das so gemacht Ich würde das spntan mal so machen:
HTML-Code:
CSS dazu:
Code:
Jetzt habe ich noch ein Problem und zwar er blendet das ein und wenn man Video angucken will geht das wieder zu wieso. Kann mir eienr helfen das es nit mehr geht
Ich habe ein Problem und zwar ich habe das so gemacht Ich würde das spntan mal so machen:
HTML-Code:
Code:
<div id="myDIV">
<div id="myDIV">
<a href="#"><strong>DJ Psycho fifteenminutemix </strong><br />
<span><object width="1280" height="745"><param name="movie" value="http://www.youtube-nocookie.com/v/V6qj4tgwB3Q?fs=1&hl=de_DE&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube-nocookie.com/v/V6qj4tgwB3Q?fs=1&hl=de_DE&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1280" height="745"></embed></object></span></a>
</div>
Code:
Code:
div#myDIV a span {display:none;}
div#myDIV a:focus span {display:block; position:absolute; left:?px; top?px;}
div#myDIV a:active span {display:block; position:absolute; left:?px; top?px;}