”,可设置的属性值有auto、yes、no。希望对大家有所帮助。" />

文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php教程>html中scrolling是什么意思

html中scrolling是什么意思

时间:2021-06-11  来源:互联网

今天PHP爱好者给大家带来在html中scrolling的意思,scrolling的中文意思为“滚动”;它是iframe标签的一个属性,用于规定是否在iframe中显示滚动条,语法格式“<iframe scrolling="值">”,可设置的属性值有auto、yes、no。希望对大家有所帮助。

本教程操作环境:windows7系统、HTML5版、Dell G3电脑。

1.png

HTML <iframe> 标签的 scrolling 属性

scrolling 属性规定是否在 iframe 中显示滚动条。默认地,如果内容超出了 iframe,滚动条就会出现在 iframe 中。

语法格式:

<iframe scrolling="value">

属性值

描述



auto

在需要的情况下出现滚动条(默认值)。

yes

始终显示滚动条(即使不需要)。

no

从不显示滚动条(即使需要)。

示例:

<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
</head>

<body>

<p>显示滚动条的 iframe:</p>
<iframe src="https://www.php.cn" width="200" height="200" scrolling="yes">
  <p>您的浏览器不支持  iframe 标签。</p>
</iframe>

<p>没有滚动条的 iframe :</p>
<iframe src="https://www.php.cn" width="200" height="200" scrolling="no">
  <p>您的浏览器不支持  iframe 标签。</p>
</iframe>

</body>

</html>

以上就是html中scrolling是什么意思的详细内容,更多请关注php爱好者其它相关文章!

相关阅读更多 +
最近更新
排行榜 更多 +
元梦之星最新版手游

元梦之星最新版手游

棋牌卡牌 下载
我自为道安卓版

我自为道安卓版

角色扮演 下载
一剑斩仙

一剑斩仙

角色扮演 下载