On 5 Aug, 20:16, Tim <tberne...@mchsi.com> wrote:
> Adapt the code to something like this:
>
>                 $("#search").hover(function() { //On hover...
>                         $("#Google").show();
>                 } , function() { //On hover out...
>                         $("#Google").hide();
>                 });
>
> Tim :o]

Thanks, I wrote it like that first.

Clarifying what I want: In addition to the functionality of the code
above..
If the user clicks inside #Google (typical clicks in the input-field)
I want #Google to show until the user eventually clicks outside
#Google.
A little like: http://acapella.harmony-central.com/index.php
"Search"  and  "Quick Links"
(it has a different handling of .hover)

Reply via email to