Auto Hide Search

Added: 01 January, 2007
Downloads: 443
Required: javascript
Ratting: 4

This little scripts hides the search form in your page as long as user don't need to search. When user clicks the search button a search box autometically arrise below without reloading the page. This is a good way to save space from your site.



STEP 1:
Edit the hidden search box inside the hidden div layer

STEP 2:
Add this script <a href="javascript:void();" onclick="showhide_search()"> and </a> before and after the text you want to use as button for opening the box.