Search Function in Nav Bar help

Forums Forums Menus Search Function in Nav Bar help

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #298
    Anonymous
    Member

    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.

    #3326

    You need to add the HTML code inside the custom code option in the admin panel. By adding the list item as you have, you are adding the list item outside of the list itself as the suckerfish() function includes the </ul> tag.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.