ho un frameset, con due frame, dei quali il secondo deve essere completamente nascosto, e invece mi rimane un pezzetto visibile laggiù in fondo...
(con firefox si vede meglio perché la 404 di default è grigina)
Questo è il codice:
La pagina deve validare per HTML 4 FRAMESET... cosa sbaglio?Codice PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Titolo framset</title>
</head>
<frameset rows="*,0">
<frame title="contenuti" name="contenuti" marginwidth="0" marginheight="0" noresize frameborder="0" src="contenuti.html">
<frame title="frameb" name="frameb" src="b.html" scrolling="no" frameborder="0" marginwidth="0" marginheight="0">
<noframes>
<body>
Il tuo browser non supporta i frame</p>
</body>
</noframes>
</frameset>
</html>
![]()