Ho problema con una pagina (di cui vi posto un esempio):
http://andrealex.altervista.org/Pagina1.html
Questa è la sua frame (sempre esempio):
http://andrealex.altervista.org/Pagina.html
Il problema è che c'è un bordino di un pixel tra una frame e l'altra che non riesco a togliere.
C'è qualcosa che non ho messo??
Grazie in anticipo ^^
Vi metto i testi delle due pagine
Questo è il testo html della prima pagina:
Codice HTML:
<HTML>
<title>*** The Angel of World ***</title>
<base target="Angel">
<frameset frameborder="0" rows="145,*" framespacing="0" border="0">
<frame frameborder="none" src="Pagina.html" marginwidth="0" marginheight="0" noresize>
<frameset frameborder="0" cols="165,*">
<frame frameborder="none" name="col1" src="Pagina.html" marginwidth="0" marginheight="0" noresize>
<frame frameborder="none" name="col2" src="Pagina.html" marginwidth="0" marginheight="0" scrolling="auto" target="_self" noresize>
</frameset>
<body topmargin="0" leftmargin="0" bgcolor="#82D8C4">
</body>
</HTML>
Questo è il testo html della seconda:
Codice HTML:
<HTML>
<HEAD>
<TITLE>Pagina</TITLE>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bgcolor="#E9F85A" bottommargin="0" marginwidth="0" marginheight="0">
<img src="Lato1.PNG" border="0" style="position:absolute; top:0; z-index:-9" height="5" width="100%">
<img src="Lato2.PNG" border="0" style="position:absolute; right:0; z-index:-9" height="100%" width="12">
<img src="Lato3.PNG" border="0" style="position:absolute; bottom:0; z-index:-9" height="12" width="100%">
<img src="Lato4.PNG" border="0" style="position:absolute; left:0; z-index:-9" height="100%" width="5">
<img src="LatoA.PNG" border="0" style="position:absolute; top:0;left:0; z-index:-2">
<img src="LatoB.PNG" border="0" style="position:absolute; top:0;right:0; z-index:-2">
<img src="LatoC.PNG" border="0" style="position:absolute; bottom:0;right:0; z-index:-2">
<img src="LatoD.PNG" border="0" style="position:absolute; bottom:0;left:0; z-index:-2">
</BODY>
</HTML>