Jump to content
12/12/2005
Wouldn’t it be better to set
visibility:hidden;
instead of
display:none;
that way you’ll be less likely to be breaking layouts.
Vote up?
12/12/2005
Wouldn’t it be better to set
visibility:hidden;instead of
display:none;that way you’ll be less likely to be breaking layouts.