Answers for "make a table cells overflow hidden?"

0

make a table cells overflow hidden?

To use the CSS overflow property with its "hidden" value on the 
HTML <td> element, you need to set the table-layout property with 
the "fixed" value and an appropriate width on the <table> element. 
Then, you need to add the overflow property set to "hidden" and 
white-space property set to "nowrap" on the table cell.
Posted by: Guest on May-28-2021

Browse Popular Code Answers by Language