Ho il seguente problema... quando viene aperta la pagina si da priorità a destra e non a sinistra, quindi il frame di sinistra mi risulata spesso non visibile qunado riduco la finestra, vorrei che si evitasse questo!
Grazie!!
Questo è link della pagina:
http://www.dgrf.altervista.org/Fa1.htm
codice:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>http://dgrf.altervista.org/Fa1.htm</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <frameset rows="*,250" cols="*" frameborder="NO" border="0" framespacing="0"> <frameset rows="*" cols="*,800" framespacing="0" frameborder="NO" border="0"> <frame src="Fa4.htm" name="mainFrame" scrolling="auto"> <frame src="Fa3.htm" name="rightFrame" scrolling="auto"> </frameset> <frame src="Fa2.htm" name="bottomFrame" scrolling="auto" noresize > </frameset> <noframes><body> </body></noframes> </html>