12/02/2005, 19:42
|
| | | Fecha de Ingreso: febrero-2005
Mensajes: 994
Antigüedad: 19 años, 9 meses Puntos: 9 | |
a ver que te parece esto <html><head> </head><body style=margin:0;overflow:hidden;> <table width=100% height=100% border=0 cellpadding=0 cellspacing=0><tr><td> <div style=position:absolute;width:100%;height:100%;ove rflow:auto;color:white;> <script> var a=screen.width,b; if(a==640){a=64;b=32;} // dependiendo del tamaño de la imagen, y de la resolucion if(a==800){a=80;b=40;} // por defecto en que se muestra a tamaño real. Estos son if(a==1024){a=102;b=51;} // para una imagen de 102*51. document.write('<img src=c:/mi/imagen/faz.gif width='+a+' height='+b+' style=position:absolute;>')// IMAGEN DEL LOGO </script> <!-- Aqui va el resto de la pagina --> </div> <img src='c:/mi/imagen/margenestrellas.gif' width=100% height=100% galleryimg=no><!-- IMAGEN DE FONDO --> </td></tr></table></body><html>
Última edición por programeitor; 13/02/2005 a las 13:19 |