En IE7, safari y firefox funciona bien, pero el IE6 nada.
La web es esta:
http://rbiosferamediterraneo.com/secciones/ver/uso_publico_actividades_en_la_rbim
Utilizo javascript para cambiar las propiedades CSS.
Y el codigo de redimensionar al 100% es este:
Código HTML:
document.getElementById(id).style.position = "absolute"; document.getElementById(id).style.top = "0"; document.getElementById(id).style.left = "0"; document.getElementById(id).style.height = "100%"; document.getElementById(id).style.width = "100%";
Gracias.