Home > Web Front-end > HTML Tutorial > HTML <iframe> 标签的 scrolling 属性_html/css_WEB-ITnose

HTML <iframe> 标签的 scrolling 属性_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:05:41
Original
1116 people have browsed it

HTML

实例

带有滚动条的 iframe:

<iframe src ="/index.html"scrolling="yes"><p>Your browser does not support iframes.</p></iframe>
Copy after login

亲自试一试

定义和用法

scrolling 属性规定是否在 iframe 中显示滚动条。

默认地,如果内容超出了 iframe,滚动条就会出现在 iframe 中。

语法

<iframe scrolling="value">
Copy after login

属性值

描述
auto 在需要的情况下出现滚动条(默认值)。
yes 始终显示滚动条(即使不需要)。
no 从不显示滚动条(即使需要)。
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template