13/06/2010, 12:28
|
| | | Fecha de Ingreso: julio-2008 Ubicación: Montevideo, Uruguay
Mensajes: 311
Antigüedad: 16 años, 4 meses Puntos: 8 | |
Respuesta: Como Ajustar el Fondo Al todos los monitores ?? Proba esto entre la etiqueta </head> y <body>:
<script type="text/javascript" language="javascript1.2">
<!--
if(window.screen.availWidth == 640)
{window.parent.document.body.style.zoom="62%";}
if(window.screen.availWidth == 800)<br>
{window.parent.document.body.style.zoom="78%";}
if(window.screen.availWidth == 1024)<br>
{window.parent.document.body.style.zoom="100%";}
if(window.screen.availWidth == 1280)<br>
{window.parent.document.body.style.zoom="125%";}
-->
</script> |