Fixed Table Height in IE?

2019-08-04 18:31发布

问题:

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?

回答1:

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



回答2:

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