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
Add font-size: 0 option for hidden div.
font-size: 0
#tableRow{ display: table-row; background-color: #e5e8ec; } .cell{ display:table-cell; } #hide, #hide>* { font-size: 0; border: 0; outline: 0; margin: 0; padding: 0; height: 0; background: transparent; width: 75px }
Visible Click Me! Not Visible Visible