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> 
  • Layout frames is the most terrible thing that can be, my advice to you ... Never .. never use the <frame> tag without the need ... but in general to remove the border use better iframe and its frameborder property - Fuzzz3r

1 answer 1

Set the border="0" property of the frameset.

  • As I recall, the frameset has no such attribute, but a frameborder attribute. but I will try, thanks for the answer =) - pushnoy18
  • That's right, you need to write frameborder = "0" - Alex Kapustin
  • This problem did not arise for the first time at you: techpatterns.com/forums/about301.html - yozh