I have a sidebar on the left that toggles display none and block.
Here is the css:
.hide { display: none; } .show { display: block; }