
09/06/2009, 13:52
|
| | Fecha de Ingreso: marzo-2007
Mensajes: 42
Antigüedad: 18 años Puntos: 0 | |
Respuesta: ¿Como comprar la resolucion pantalla y poner un valor segun esta? Cita:
Iniciado por Legoltaz
Código JavaScript :
Ver original<script LANGUAGE="JavaScript"> function ancho() { var body = document.getElementsByTagName('body')[0]; if(screen.width <= 1024) { body.style.width = 1200; } else{ body.style.width = defecto; // resolución por defecto } } </script>
Mil gracias, |