我该怎么做html表左列和标题修复? 我收到了这个参考资料
http://jsfiddle.net/DJqPf/7/
我只想要内容滚动 谢谢
https://jsfiddle.net/Anatolium/DJqPf/1239/
我尝试了这个,但它没有
.header th {
position: fixed;
left: 5px
}
https://jsfiddle.net/Anatolium/DJqPf/1243/
我想制作一张表
我看到了这个例子,但我不能使用...因为我的项目只适用于单个动态表
http://jsfiddle.net/GnN66/2/
谢谢
答案 0 :(得分:2)
我做了你想要的确切看到下面的css代码&更多信息请点击以下js小提琴链接
.header{float:left;width:100%;background:#fff;height:60px;}
.header tr{position:fixed;background:#fff;}