Buongiorno a tutti.

Sto creando in html il mio sito web (o meglio ricreando).
Lo trovate a: http://colleweb.altervista.org/new/ .

Vorrei togliere il bordo bianco tra i frames.
Ecco il sorgente interessato:

<frameset rows="15%,85%" framespacing="0">
<frameset cols="100%,0%" framespacing="0">
<frame src="alto.htm" name="alto" scrolling="no" frameborder="0" noresize scrolling="no"></frameset>
<frameset cols="20%,80%">
<frame src="lat.htm" name="indice" frameborder="0" noresize scrolling="auto">
<frame src="centro.htm" name="principale" frameborder="0" noresize scrolling="auto">
</frameset>
</frameset>
come posso fare?


grazie
colleweb

PS: su internet explorer 6.01 non da problemi ma con firefox sì!!!!