Right, I am a CSS noob. I am trying to collate the various ways to hide a div.
For example:
display:none; visibility:hidden;
Are there
Another one:
element.style { position: absolute; left: -10000000px; }