17/04/2007, 08:13
|
| $this->role('moderador'); | | Fecha de Ingreso: mayo-2006 Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses Puntos: 2135 | |
Re: Cambio de imagen segun resolucion
Código:
if (screen.width == 1024){
document.getElementById( 'tu_div' ).style.width = '900px';
}
Salu2. |