视野大小

发布于 2024-09-13 07:34:21 字数 227 浏览 4 评论 0原文

我想知道是否有任何方法可以限制

字段的大小。

我的意思是,如果我们不断改变

的内容,我们是否有可能在 div 中获得滚动条?否则
的大小会不受控制地膨胀,导致页面变得混乱!

谢谢!

I wanted to know if there's any way by which one could restrict the size of a <div> field.

By this i mean if we keep altering the contents of <div>, is it possible for us to get a scrollbar within the div? Otherwise the size of the <div> expands uncontrollably and results in the page getting messy!

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你怎么敢 2024-09-20 07:34:21
div#foo { width:500px; height:400px; overflow:auto; }
div#foo { width:500px; height:400px; overflow:auto; }
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文