Ciao a tutti.
Sto progettando un sito fatto con i frame (superiore, laterale e mainframe).
Vorrei però che questi frame, vengano contenuti in una tabella, in modo da far si che il sito si adatti alla risoluzione di ogni schermo.
Non capisco dove sbaglio.
Vi posto il codice![]()
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Spezzanopinkvolley.it</title>
</head>
<table width="100%" height="100%" border="0" align="center">
<tr>
<td>
<frameset rows="111,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="Banner Superiore.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="Banner" />
<frameset rows="*" cols="121,*" framespacing="0" frameborder="no" border="0">
<frame src="Menu destra.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="Menu" />
<frame src="Main Frame.html" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
</frameset>
</td>
</tr>
</table>
<noframes><body>
</body>
cosi mi appare una pagina bianca...![]()

Rispondi quotando
