本文介绍HTML iframe seamless 属性是一个布尔属性。seamless 属性规定 <iframe> 看起来像是包含的文档的一部分(没有边框和滚动条)。
一个看起来就像包含的文档的一部分的 <iframe>:
<iframe src="demo-iframe.html" seamless></iframe>测试看看 ‹/›
IEFirefoxOperaChromeSafari
注意:只有 Chrome 和 Safari 6 支持 <iframe> 标签的 seamless 属性。
seamless 属性是一个布尔属性。
seamless 属性指定 <iframe> 看起来像是包含的文档的一部分(没有边框和滚动条)。
seamless 属性是 HTML5 中的新属性。
在 XHTML 中,禁止属性简写,seamless 属性必须定义为 <iframe seamless="seamless">。
<iframe seamless>