无缝属性不起作用html5

时间:2014-04-30 00:23:27

标签: html iframe

无缝属性似乎不能在我的iframe中运行,但是frameborder是我不知道为什么?我在html5工作。即使在W3schools教程中,无缝示例仍然有边框,所以我不确定它应该做什么。我认为frameborder在HTML5中不起作用,所以奇怪的是它在我的工作中。

这是我的代码:

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>

0 个答案:

没有答案