Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/07/2013, 12:06
Avatar de Rodrhigo
Rodrhigo
 
Fecha de Ingreso: septiembre-2011
Ubicación: Temuco-Valdivia-Osorno
Mensajes: 254
Antigüedad: 12 años, 7 meses
Puntos: 48
Respuesta: Consulta sobre ventanas..

Código HTML:
Ver original
  1. <div id='publicidad' style='width:100%;height:100%;position:fixed;background-color:#fff;'>
  2.  
  3. <div onclick='document.getElementById("publicidad").style.display="none";' style='position:absolute;width:100px;right:0px;top:0px;color:#000;height:30px;'>Saltar promo</div>
  4.  
  5. <table style='width:100%;height:100%;'>
  6. <tr>
  7.      <td valign='middle' align='center'><a href='/direccion_promo.php'><img src='imagen_promo.jpg' /></a>
  8.       </td>
  9. </tr>
  10.  
  11. </div>

Algo así seria... aunque lo hice al ojo pero tendría funcionar.
__________________
Rodrigo Agüero