Tengo un problema serio, y es que, IE9 no reconoce javascript aplicado a detectar la resolución de pantalla del usuario.
Tengo el siguiente código de ejemplo:
Código:
He probado a meter en el head <script language = "javascript" type="text/javascript"> if (screen.width == 1024) document.write('<link rel="stylesheet" href="css/1024x768.css" type="text/css" />'); </script>
Código:
y tampoco lo soluciona.<meta http-equiv="X-UA-Compatible" content="IE=9" />
A alguien más le ha pasado?
Alguien me puede ayudar?
Muchas gracias, un saludo!!