Fixed Table Height in IE?

2019-08-04 18:18发布

I'm not sure if this is possible as I rarely work with tables, but I'm looking for a way to have a fixed height on my table and have everything else scroll over.

Demo works in Chrome and Firefox, but not IE: http://jsfiddle.net/wesbos/nxqQH/1/

Any help?

2条回答
萌系小妹纸
2楼-- · 2019-08-04 18:40

You can also add the scroll to tbody instead of table. (if you can't use div as mentioned by MCB)

查看更多
Fickle 薄情
3楼-- · 2019-08-04 18:47

Try to embed the table in a div which has a overflow:scroll style attribute.

查看更多
登录 后发表回答