02/11/2006, 04:31
|
| | | Fecha de Ingreso: noviembre-2003 Ubicación: En un lugar oscuro...
Mensajes: 688
Antigüedad: 21 años Puntos: 5 | |
Hola de nuevo,
Pues he estado probando y me mueve con el ratón desplazando horizontalmente...
Echa un vistazo este código:
<frameset rows="*,358,52" frameborder="NO" border="0" framespacing="0">
<frame src="cabecera.html" name="topmargin" frameborder="0" scrolling="NO" noresize marginwidth="0" marginheight="0" >
<frame src="cuerpo.html" name="content" frameborder="0" marginwidth="0" marginheight="0">
<frame src="pie.html" name="bottom" frameborder="0" scrolling="NO" noresize marginwidth="0" marginheight="0">
</frameset>
<noframes>
Nota: Me funciona usando el Internet Explorer 6 SP1
Saludos |