I have a div (i can have a panel too..either way works). I have an image next to it.
First time page displays, i want the div to be collapsed. When that image is clicked, i want it expanded.
I think i need Javascript and maybe display=none; or display=block;
any examples?