Ho un problema di ordine.
Pagina con 2 frame: sopra e sotto (sopra fisso e sotto variabile)
Quando nel frame sotto il contenuto eccede la dimensione dello schermo in altezza, appare giustamente la barra di scorrimento verticale, ma allo stesso tempo il contenuto si sposta a sinistra di pochi pixel!? come posso risolvere? help pls!
Vi posto il codice che uso.
1- pagina con il set di frame:
<!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=iso-8859-1" />
<title>Home Page</title>
</head>
<frameset rows="142,*" framespacing="0" frameborder="no" border="1" noresize>
<frame src="f_menu.html" scrolling="no" noresize name="titolo" id="topFrame" />
<frame src="home.html" scrolling="auto" noresize name="centro" id="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>
2- contenuto del frame sotto:
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
<center>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" style="background-image: url('immagini/f_centro.jpg'); background-repeat: no-repeat; border: none; width: 765px; height: 301px;">
<tr>
<td rowspan="14" width="35"></td>
<td></td>
<td rowspan="14" width="35"></td>
</tr>
<tr>
<td><h1>Sezione 1</h1></td>
</tr>
<tr>
<td><h2>indietro</h2></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<th><a href="pag1.html">[img]foto/link_1.jpg[/img]</th>
</tr>
<tr>
<td></td>
</tr>
<tr>
<th><a href="pag2.html">[img]foto/link_2.jpg[/img]</th>
</tr>
<tr>
<td></td>
</tr>
<tr>
<th><a href="pag3.html">[img]foto/link_3.jpg[/img]</th>
</tr>
<tr>
<td></td>
</tr>
<tr>
<th><a href="pag4.html">[img]foto/link_4.jpg[/img]</th>
</tr>
<tr>
<td></td>
</tr>
<tr>
<th><a href="pag5.html">[img]foto/link_5.jpg[/img]</th>
</tr>
<tr>
<td></td>
</tr>
</table>
</center>
</body>
spero che riusciate ad illuminarmi anche questa volta!
Grazie 1000