css - IE8 Overflow hidden in table -
http://jsfiddle.net/zwfac/ can't make code work ie8, trully apreciated. (the intention if text exceeds max width shall hidden , shown in tooltip @ hover)
td, th { width: 65px; max-width: 65px; white-space: nowrap; overflow: hidden; } placing position: relative stated in many other post doesn't anything. placing position: absolute in parent , position: relative in child stated in other post doesn't anything. also, expected max-width: 65px; never works.
Comments
Post a Comment