
LuisNara
Kappa
SEO
Verificación en dos pasos activada
Hola me pdrian ayudar con este código para poner publicidad frente al reproductor de vk.com??
El problema es que al clickear el boton,la publicidad no se cierra :ambivalence:
Código
Css
Ojalá puedan ayudarme :encouragement:
El problema es que al clickear el boton,la publicidad no se cierra :ambivalence:
Código
Insertar CODE, HTML o PHP:
<div>
<div id="publicidad-video">
<IFRAME FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="300" HEIGHT="250" SRC="su publicidad"></IFRAME>
<br>
<div style="float: left; left: 180px; position: relative; top: -210px; z-index: 9999;">
<span class="jbtn" onmouseover="jQuery(this).hide('fast');jQuery('#asd1').show('slow')">cerrar</span>
</div>
<div id="asd1" style="display: none; float: left; position: relative; top: -65px; z-index: 9999;">
<span class="jbtn" onclick="jQuery(this).parent().parent().remove();">cerrar</span>
</div>
</div>
<iframe src="http://vk.com/video_ext.php?oid=198057043&id=164294950&hash=ca0131ef7fe7b297&hd=1" width="610" height="300" frameborder="0"></iframe>
</div>
Css
Insertar CODE, HTML o PHP:
#publicidad-video{
position: absolute;
z-index: 1;
width: 300px;
height: 250px;
margin: 20px 0px 0px 160px;
}
.jbtn {
background: #A90000;
color: #fff;
border: 1px solid #fff;
border-radius: 3px;
padding: 2px;
cursor: pointer;
}
.jbtn:hover {
background: #F00;
}
Ojalá puedan ayudarme :encouragement:
Última edición por un moderador: