PDA

View Full Version : whats the difference?


ez4ne12c
03-20-2003, 10:37 AM
whats the difference between

display: none; and display: inline;

compared with

visibility: hidden; and visibility: visible;

?
ez:confused:

glenngv
03-20-2003, 10:59 AM
display does not occupy space when set to none, while visibility does when set to hidden.

ez4ne12c
03-20-2003, 11:27 AM
Thanks heaps glenngv that explains it in a nutshell
:) ez :)