I have some forms that are structured using display:table-row and display: table-cell. On Firefox 52, I could hide a cell element using visib
display:table-row
display: table-cell
visib
Follow the structure
#tableRow ul { display: table-row; background-color: #f5f5f5; } #tableRow ul li { display: table-cell; } #hide { visibility: hidden; }
Visible Not visible Visible