114 HTML iframe seamless 属性


HTML <iframe> seamless 属性

实例

一个看起来就像包含的文档的一部分的 <iframe>

<iframe src="demo_iframe.htm" seamless></iframe>

试一试

浏览器支持

注意: 只有 Chrome 和 Safari 6 支持 <iframe> 标签的 seamless 属性。

定义和用法

seamless 属性是一个布尔属性。

seamless 属性规定 <iframe> 看起来像是包含的文档的一部分(没有边框和滚动条)。

语法

<iframe seamless>