|
Andrew, there's some scripts over at dynamicdrive.com that would probably do the trick for you. Have a look at some of the on-click menu's they have.
Instead of placing a menu there, you'd put your searchbox form in there. If you're going to use something like the ones from dynamicdrive, be aware that they won't function if the visitor has JS disabled in their browser.
To get around this, simply add a <noscript> tag under the JS, and inside the <noscript> tags, add a text-based search form for your visitors that have JS disabled.
Hope this helps.
|