Ver Mensaje Individual
  #7 (permalink)  
Antiguo 02/12/2004, 19:55
LordCat
 
Fecha de Ingreso: octubre-2003
Ubicación: Buenos Aires, Capital Federal
Mensajes: 43
Antigüedad: 20 años, 6 meses
Puntos: 0
si ademas lo queres alinear verticalmente podes hacer que el index este compuesto por 3 frames a los cuales le das el tamaño 100 %, tamañodetupeli, 100%
esto ajustara tu pelicula verticalmente
y con lo que respondio ciscoman82 lo alineas horizontalmente

<html>
<head>
<title>douglasarthur</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>
<frameset rows="*,485,*" framespacing="0" frameborder="0" border="0">
<frame src="topframe.htm" name="topframe" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" scrolling="NO" border="0" noresize>
<frame src="midframe.htm" name="midframe" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" scrolling="NO" border="0" noresize>
<frame src="botframe.htm" name="botframe" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" scrolling="NO" border="0" noresize>
</frameset>
<noframes>
<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor="White">
</body>
</noframes>

aca le di una altura de 485 px
tenes que crear los archivos topframe.htm, midframe.htm(pagina donde estara tu animacion) y botframe.htm

en el midframe.htm pone el codigo que te dio ciscoman82

espero haberte ayudado
suerte!!