
13/03/2003, 02:18
|
 | Usuario no validado | | Fecha de Ingreso: abril-2002 Ubicación: Merida
Mensajes: 2.165
Antigüedad: 22 años, 11 meses Puntos: 3 | |
Gracias Javier
Osea que debe de quedar asi?
else if (screen.width + "x" +screen.height == "640x480")
{
document.write('<link rel="stylesheet" type="text/css" href="640.css">');
}
o PURO if?
if (screen.width + "x" +screen.height == "640x480")
{
if(screen.width + "x" +screen.height == "800x600") |