Quote:
Originally Posted by Jellby
And that's actually the point of "visibility:hidden", that's what it should do. "display:hidden" is simply a mistake.
|
What? I think you got it wrong...
display:hidden is incorrect.
What mrmikel tried to say, I think, is that when you use display:none the actual (paragraph for that matter) will not display at all as if it was not there, though if you use visibility:hidden the paragraph will simply be invisible but the space it takes will stay as it is, meaning, it will look like an empty paragraph.