- Home
- Categorie
- Coding e Sistemistica
- HTML e CSS
- differenze di brouser
-
differenze di brouser
Salve ho una pagina htm con il seguente codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head><frameset rows="170*,537*" cols="" framespacing="0" frameborder="NO" border="0">
<frame src="disopra.htm" name="topFrame" scrolling="NO" noresize >
<frameset rows=",33" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="prova.html" name="mainFrame">
<frame src="disotto.htm" name="bottomFrame" scrolling="NO" noresize>
</frameset>
</frameset>
<noframes><body></body></noframes>
</html>ma visualizzate in alcuni brouser si vede tutto mentre in altri mi taglia il topframe.
-
Risolto grazie! Ho impostato i valori dei frame in percentuale!