Home › Forums › CSS › How to open a div on click of a search button exactly below the search box. › Reply To: How to open a div on click of a search button exactly below the search box.
August 11, 2013 at 5:40 am
#146382
Member
Why is placing the div an issue?
Just put it place as normal, however you would do that normally if it were visible all the time and then hide it.
When the button is clicked, use JS/JQ to show it.
Doesn’t seem that hard to me.