I was able to put my search function in the menu bar but when you mouse over the search box you get the highlighted effect has if you were hovering over a link. How would I stop that highlighting effect from occuring on this search function.
This is the code I added to the plug-in code at the end of the function suckerfish()
[code:2i0i4ekd]
echo ‘<li>’;
include (TEMPLATEPATH . ‘/searchform.php’);
echo ‘</li>’;
[/code:2i0i4ekd]
The site is being developed locally, so I have no link available.