On 7/25/12 7:14 AM, Bronislav Klučka wrote:
Should simple
tbody {height: 200px; overflow: scroll; }
work, and this feature is missing in browsers implementations?
Per CSS2.1 it should not work.There's an out-of-date (older than CSS2.1) draft of CSS3 that says it should, but doesn't actually bother to define the resulting behavior, which is pretty useless. And again, it's an old draft.
-Boris
