Sicuramente è un problema da niente ma ieri ho guardato e riguardato non riuscendo a capire.
Molto semplicemente vorrei eliminare i bordi dai frame. E non capisco perché questo codice non funzioni con IE mentre funziona senza problemi con Firefox:
codice:
<frameset frameborder="0" rows="200, *">
<frame src="superiore.html" scrolling="no" noresize frameborder="0" marginheight="0">
<frameset frameborder="0" cols="200, 560, *">
<frame src="uno.html" scrolling="no" noresize frameborder="0">
<frame src="due.html" scrolling="auto" noresize frameborder="0">
<frame src="tre.html" scrolling="no" noresize frameborder="0>
</frameset>
</frameset>
Se potete aiutatemi,
grazie