Search Results

0
votes

Can I set width of 90% with overflow hidden.

Try using "table-layout:fixed" - your table's columns will then remain the same size regardless of the content, and overflow:hidden will now do what you expect (at least it has for me so far in the …