codigo ubicado en head
Código:
en el body....<SCRIPT LANGUAGE="JavaScript"> function sizeout1280(){ if (document.images) { document.images.pre.width=1280; document.images.pre.height=1024; } else { pre = document.getElementById("pre"); pre.width = 1280; pre.height = 1024; } }
Código:
Agradeceria su ayuda <script language="JavaScript"> if (screen.width==1280 && screen.height==1024) sizeout1280() </script> <img src="img/pre.jpg" id= "pre" title= "En Construccion" />