Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/12/2007, 13:52
Avatar de chalchis
chalchis
 
Fecha de Ingreso: julio-2003
Mensajes: 1.773
Antigüedad: 20 años, 9 meses
Puntos: 21
Pregunta interfaz pero en divs

hola amigos estoy haciendo una interfaz para un sistema asi tipo outlook
pero lo quiero hacer en divs o capas en lugar de estos frames

saludos

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin t&iacute;tulo</title>
</head>

<frameset rows="80,*,31" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="cabezera.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset cols="80,*,80" frameborder="no" border="0" framespacing="0">

<frame src="menu.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="contenido.html" name="mainFrame" id="mainFrame" title="mainFrame" />
<frame src="actividades.html" name="rFrame" scrolling="No" noresize="noresize" id="rFrame" title="rFrame" />
</frameset>
<frame src="pie.html" name="pieFrame" scrolling="No" noresize="noresize" id="pieFrame" title="topFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>


espero sus comentarios
__________________
gerardo