salve... è molto che non uso piu' i frameset e non mi ricordo alcune cose sulle dimensioni:
frameset:
in pagina top: ho una tabella di 750px con l'animazione swf centrata
in pagina left: ho la pulsantiera menu in una tabella di 200px centrata
in pagina main: ho sempre delle tabelle di 540px centrate
vorrei chiedere una cosa: come faccio (se si puo') ad impostare ad un frameset le larghezze in pixel
in modo che tutto resti centrato nel browser?????
devo per forza ricorrere ad una pop up o ad un iframe contenente il frameset
il mio frameset è il seguente
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="107,*" cols="760" framespacing="1" frameborder="yes" border="1" bordercolor="#FF00FF">
<frame src="frames.html" name="topFrame" scrolling="NO" noresize >
<frameset rows="*" cols="210,550" framespacing="1" frameborder="yes" border="1" bordercolor="#FF00FF">
<frame src="left.html" name="left" scrolling="NO" noresize>
<frame src="center.html" name="main">
</frameset>
</frameset>
<noframes><body >
</body></noframes>
</html>