Muy buenas,
tengo una pagina con 3 frames, uno izquierdo para el menu, un main, y uno inferior... en el inferior tengo una tabla con diferentes links, pero esa tabla la kiero pegada al frame central pero siempre me deja un pequeño margen y no la dibuja pegada al margen superior.
El codigo del default es el siguiente:
Código HTML:
<frameset rows="*,40" cols="*" frameborder="no" framespacing="0" border="0" >
<frameset cols="233,*" framespacing="0" frameborder="no" border="0" >
<frame src="menu.php" name="menu" frameborder="No" scrolling="auto" noresize="noresize" marginwidth="0" marginheight="0" id="menu" title="menu" leftmargin="0" topmargin="0" border="0"/>
<frame src="main.php" name="main" frameborder="No" scrolling="auto" marginwidth="0" marginheight="0" id="main" title="main" leftmargin="0" topmargin="0" border="0" noresize="noresize"/>
</frameset>
<frame src="down.php" name="down" frameborder="No" scrolling="No" noresize="noresize" marginwidth="0" marginheight="0" id="main" title="down" leftmargin="0" topmargin="0" border="0" />
</frameset>
y el codigo del down es el siguiente:
Código HTML:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Roler</title>
</head>
<body>
<hr noshade="noshade" size="5" color="#000000" style=" margin-top:0; top:0">
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="margin-top:0; top:0">
<tr valign="top">
<td width="50"> </td>
<td width="50" align="center"> </td>
<td width="50" align="center"> </td>
<td width="50"> </td>
<td width="50"> </td>
<td >
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="1%" bgcolor="#CCCCCC"><img src="/img/cantos/home/esq.gif" border="0"></td>
<td bgcolor="#CCCCCC"> </td>
<td width="1%" bgcolor="#CCCCCC"><img src="/img/cantos/home/dret.gif" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Me gustaria q la tabla y la linia q dibujo en el down.php saliera pegada sin ningun tipo de margen al frame menu y main.
Espero q se pueda hacer...
Grácias de antemano,
Saludos