Skip to main content
3 of 5
added 150 characters in body; edited tags
animuson
  • 54.5k
  • 28
  • 141
  • 149

Is there an opposite to display:none?

Like there is a opposite of visibility: hidden is visibility: visible, then is there any for display:none? A lot of people become confused figuring out how to show an element when it has display: none,since it'snot as clear as using the visibility property.

I could just use visibility:hidden instead of display:none but it does not give the same effect, so I am not going with it.