13/12/2007, 15:13
|
| | | Fecha de Ingreso: julio-2003
Mensajes: 1.773
Antigüedad: 21 años, 5 meses Puntos: 21 | |
Re: menu al estilo outlook en el frame central, la pagina que carga
que se llama
contenido.php
puse este para cuando la ventana cambie de tamaño
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style type="text/css">
<!--
body {
background-color: #ffffff;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<script language="javascript">
function llamar()
{
top.frmenu.maximo();
}
window.onresize = llamar;
</script>
</head>
<body>
</body>
</html>
__________________ gerardo |