http://stackoverflow.com/questions/34691343/show-and-hide-div-element-with-pure-css-and-html-on-clickApologies for showing a link, but this page seems to do sort of what I want, but not exactly.
When in mobile view, I want the user to be able to clic the search icon and the Search Div appear on the phone below it, with the form in it.
But ideally want it to also be on a toggle so it can go away.
I would use a script I mentioned on here earlier, that uses a hidden checkbox. The problem there is this hidden DIV must but outside of the "parent" div. Otherwise I will get a very narrow form field inside the search bottom icon.
So tap search and box appear. Tap again and it goes away.
I can add in the DIV a link to the full search page for "advanced search".