标签: javascript jquery html css
我在页面上有简单的html表。我想在调整浏览器大小时向表中添加水平垂直滚动条以继续显示表格内容。
我该怎么做?
答案 0 :(得分:2)
在表格元素中......例如:Iframe,frameset,div等...添加:
Iframe
frameset
div
scrolling="auto"
Element scrolling
答案 1 :(得分:0)
您可以使用style="overflow: auto;"或style="overflow: scroll;"来完成此操作。
style="overflow: auto;"
style="overflow: scroll;"