ho quasi terminato il sito, ma ho un problemino...
lo potete vedere da soli:
http://jos3ph81.altervista.org
cliccando su "entra" si accede alla home page.
è tutto strutturato a frame, il fatto è che tra il frame di sinistra e quello centrale c'è un bordo.
ho controllato le immagini che fanno da sfondo, e il problema non è l'immagine (le due immagini sul bordo sono azzurre) e nel frameset, ogni frame ha come attributi
frameborder="0" marginheigth="0" marginwidth="0"
le immagini di sfondo e le proprietà del frameset sono le stesse sia per il frame di sinistra che per quello centrale che per quello di destra, ma il problema si manifesta solo per quello di sinistra....
qualcuno mi sa spiegare perché?
vi posto il codice html completo del frameset:
grazie in anticipo!codice:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Documento senza titolo</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <frameset cols="102,760,102" border="0"> <frame frameborder="0" marginwidth="0" marginheight="0" leftmargin="0" rightmargin="0" id="elenco" name="elenco" src="elenco.php" scrolling="no" noresize> <frame frameborder="0" marginwidth="0" marginheight="0" leftmargin="0" rightmargin="0" id="main" name="main" src="main.php" noresize> <frame frameborder="0" marginwidth="0" marginheight="0" leftmargin="0" rightmargin="0" id="carrello" name="carrello" src="destra.php" scrolling="no" noresize> </frameset> <noframes> <body> </body> </noframes> </html>