Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/06/2010, 22:53
alex20
 
Fecha de Ingreso: junio-2010
Mensajes: 30
Antigüedad: 13 años, 10 meses
Puntos: 0
ayuda con codigo js y htm css

hola amigos quisiera poner un anuncio encima de un reproductor de video, para lo cual tengo este codigo:
Cita:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>television - musica</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000;
-webkit-user-select: none;
-moz-user-select: none;
}
div.c2 {
position:absolute;
top:39px;
left:68px;
height:250px;
width:300px
}
div.c1 {
position:absolute;
left: 118px;
top: 7px;
width: 56px;
height: 14px;
}
-->
</style>
</head>

<body>
<embed width="490" height="400" autostart="true" enablecontextmenu="0" src="rtsp://flashtv01.zapto.org/envivo_03" type="video/x-ms-wmv">
<div class="c2" id="floatLayer2">
aqui va el codigo de adsense
<div class="c1"><a href="javascript:void(0);" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','http://img517.imageshack.us/img517/4240/closel.gif',1)"><img onmouseup="document.getElementById('floatLayer2'). style.display='none'" src="http://img517.imageshack.us/img517/4240/closel.gif" name="Image1" width="65" height="13" border="0" id="Image1" alt="" /></a></div>
</div>

<h1 style="font-size:1px; color:#000;">television - dedicated server - hosting - dominio - travel - turismo - viajes - machu picchu - cusco - tv - celular - mp3 - internet</h1>
</body>
</html>

<!-- [url]www.000webhost.com[/url] Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>

<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
asi con este codigo, deberia de salirme el anuncio encima del reproductor pero me sale el anuncio debajo del reproductor, cuando quito el reproductor
<embed width="490" height="400" autostart="true" enablecontextmenu="0" src="rtsp://flashtv01.zapto.org/envivo_03" type="video/x-ms-wmv">
se ve el anuncio
como podria hacer para que me muestre el anuncio encima del reproductor, espero me puedan ayudar en el codigo que les pase, gracias de antemano
Saludos