Forum Moderators: open
display: none removes the element completely from the document. It does not take up any space, even though the HTML for it is still in the source code
So it depends what effect you want: whether or not it should take up space. Also, visability:hidden if often associated with javascript, especially when you toggle an element to be seen or not say when clicking on an informational link.
Marshall