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

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -