| ||||
Hola amigo hechicero, para quitar el scroll, tenes que agregar al body scroll="no" quedaria algo asi... <body scroll="no">
__________________ You were everything, everything that I wanted We were meant to be, supposed to be, but we lost it. |
| ||||
me olvidaba, si es una pagina con frames, en el html donde tenes el frameset, debes especificar a cada frame el scrollcon el atributo scrolling, tenes opcion "no" "yes" y "auto" ejemplo: <frameset rows="100,*"> <frame src="archivo.html" scrolling="no" name="algo"> <frame src="archivo2.html" scrolling="auto" name="algo2"> </frameset>
__________________ You were everything, everything that I wanted We were meant to be, supposed to be, but we lost it. |