【发布时间】:2013-04-10 02:41:09
【问题描述】:
我的表格放在 div style = "overflow:auto" 中,但我希望第一列保持原位,而所有其他列都在滚动。
【问题讨论】:
标签: html css html-table custom-scrolling
我的表格放在 div style = "overflow:auto" 中,但我希望第一列保持原位,而所有其他列都在滚动。
【问题讨论】:
标签: html css html-table custom-scrolling
将 style="position:fixed;top:100px;left:50px" 添加到您要修复的行(您可以调整 px 值)。
【讨论】: