Spotlight (tm) like live search with an ajax popup
* Add the live-search-popup widget to the sidebar
* Or add <?php livesearchpopup_searchbox() ?> at the place in the
theme you want the search box to appear.
* Or put <?php livesearchpopup_resultsbox("100%") ?> below the
search box of a theme, e.g. just below the <input type="text"
name="s" id="s"..../> line. The "100%" is the popup width. Use
e.g. "150px" for a fixed width of 150 pixels.
The search box is in a <div class="livesearchpopup">...</div>. So to place
the search nox more precisely just set the css properties of
.livesearchpopup.