读书人

difference between quot;visibility:hidd

发布时间: 2012-08-24 10:00:21 作者: rapoo

difference between "visibility:hidden" and "display:none"

visibility:hidden hides an element, but it will still take up the same space as before. The element will be hidden, but still affect the layout.

?

display:none hides an element, and it will not take up any space. The element will be hidden, and the page will be displayed as the element is not there:

?

http://www.w3schools.com/css/css_display_visibility.asp

读书人网 >Web前端

热点推荐