1

The seamless attribute doesn't seem to be working in my iframe but the frameborder is I am not sure why? I am working in html5. Even on the W3schools tutorial the seamless example still has a border so I am not sure what it is supposed to do. I thought that frameborder doesn't work in HTML5 so that is strange that it's working in mine.

Here is my code:

HTML

    <!doctype html>
    <html lang="en">
    <head>
<meta charset="UTF-8">
<title>Fly to the Limit</title>
<link rel="stylesheet" href="../assets/stylesheet.css">
   </head>

 <div class="mainInfo">
 <iframe seamless src="about.html" id="iframe" name="iframe" scrolling="no" 
 frameborder="0"></iframe> 
 </div>
Birdlady9604
  • 207
  • 5
  • 18
  • possible duplicate of [HTML5 iframe seamless attribute](http://stackoverflow.com/questions/4804604/html5-iframe-seamless-attribute) – Jukka K. Korpela Apr 30 '14 at 04:15
  • @Jukka K. Korpela yes but the post said that frameborder doesn't work in HTML5 and mine does. – Birdlady9604 May 01 '14 at 06:17
  • I don’t know what post you are referring to, but “frameborder doesn't work in HTML5” just isn’t a meaningful statement. Things don’t work in HTML versions, they work in browsers. – Jukka K. Korpela May 01 '14 at 11:13
  • http://stackoverflow.com/questions/3601273/html5-and-frameborder "HTML 5 doesn't support attributes such as frameborder..." – Birdlady9604 May 03 '14 at 05:02
  • the answer you are linking to cites Quackit.com, which is not an authoritative source and simply isn’t correct in this matter. – Jukka K. Korpela May 03 '14 at 05:46
  • "The – Birdlady9604 May 03 '14 at 06:28

0 Answers0