Hello to all. Problem such. How to remove the borders of the frames so that they are not visible in any of the main browsers? And then Safari, Firefox and Chrome remove them, but IE and Opera show them! I don't need them at all! The code is:
<html> <head><title>Π€ΡΠ΅ΠΉΠΌ ΠΊΠ°ΠΊΠΎΠΉ-ΡΠΎ =)</title></head> <frameset rows="79,*,24" frameborder="0"> <noframes> <h1 align="center">ΠΡΠΈΠ½ΠΎΡΠΈΠΌ ΡΠ²ΠΎΠΈ ΠΈΠ·Π²ΠΈΠ½Π΅Π½ΠΈΡ, Π½ΠΎ Π²Π°Ρ ΠΈΠ½ΡΠ΅ΡΠ½Π΅Ρ-Π±ΡΠ°ΡΠ·Π΅Ρ Π½Π΅ ΠΏΠΎΠ΄Π΄Π΅ΡΠΆΠΈΠ²Π°Π΅Ρ ΡΡΠ΅ΠΉΠΌΡ. ΠΡ Π½Π΅ ΠΌΠΎΠΆΠ΅ΡΠ΅ ΠΏΡΠΎΡΠΌΠ°ΡΡΠΈΠ²Π°ΡΡ Π½Π°Ρ ΡΠ°ΠΉΡ. Π Π΅ΠΊΠΎΠΌΠ΅Π½Π΄ΡΠ΅ΠΌ Π²Π°ΠΌ ΡΠΌΠ΅Π½ΠΈΡΡ Π±ΡΠ°ΡΠ·Π΅Ρ.</h1> <h2 align="center">Π Π΅ΠΊΠΎΠΌΠ΅Π½Π΄ΡΠ΅ΠΌΡΠ΅ Π±ΡΠ°ΡΠ·Π΅ΡΡ: Google Chrome, Mozilla Firefox, Apple Safari</h2> </noframes> <frame src="frame1.html" name="frame1" scrolling="no" noresize> <frameset cols="203,*" frameborder="0"> <frame src="frame2.html" name="frame2" scrolling="no" marginwidth="0" marginheight="0" noresize> <frame src="frame3.html" name="frame3" scrolling="auto" marginwidth="0" marginheight="0" noresize> </frameset> <frame src="frame4.html" name="frame4" scrolling="no" marginwidth="0" marginheight="0" noresize> </frameset> </html>