Ver Mensaje Individual
  #7 (permalink)  
Antiguo 13/06/2012, 19:48
lokoguille2005
(Desactivado)
 
Fecha de Ingreso: septiembre-2011
Mensajes: 133
Antigüedad: 12 años, 7 meses
Puntos: 1
Respuesta: tres llamadas javascript no se puede

Cita:
Iniciado por dontexplain Ver Mensaje
Pega el código completo en jsbin.com y pasa el link
este es el vinculo
http://jsbin.com/azoxed/2/edit#javascript,html

ahora tengo poblemas con el scroll, baja un poquito nada anda mal nose porque aca te dejo la hoja de estilo que es donde me dijeron que lo ponga
.modal-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background: #131313;
opacity: .85;
filter: alpha(opacity=85);
z-index: 101;
}
.modal-window {
position: fixed;
top: 50%;
left: 50%;
margin: 0;
padding: 0;
z-index: 102;
background: #fff;
border: solid 8px #000;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
overflow:auto;
}
.close-window {
position: absolute;
width: 47px;
height: 47px;
right: -23px;
top: -23px;
background: transparent url(../images/close-button.png) no-repeat scroll right top;
text-indent: -99999px;
overflow: hidden;
cursor: pointer;
}