div 的水平滚动条
海,
我有一个固定高度和宽度的div,假设我有宽度:400px;高度:200px;对于一个div。
如何为这个div带来水平滚动条
Hai,
I have a div with fixed height and width, lets say i have width:400px; and height:200px; for a div.
How to bring the horizontal scroll bar for this div
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
通过赋予它
CSS 属性并用比 DIV 本身更宽但不更高的内容填充它。
By giving it the
CSS property and filling it with content that is wider, but not taller, than the DIV itself.
输入
或使用
type
or use
使用此CSS
Use This CSS