What is the difference between display:none and visibility:hidden.
Anonymous
Display:none does not render the element and does not allocate space for it; visibility:hidden does not display the element but still allocates the space it would occupy.
Check out your Company Bowl for anonymous work chats.