[jQuery] Re: hover problems

2009-04-16 Thread Jack Killpatrick
the technique here might be of interest: http://www.ihwy.com/Labs/demos/Current/image-hover-menu.aspx - Jack Rick Faircloth wrote: Check out the "Hover Intent" plugin here: http://cherne.net/brian/resources/jquery.hoverIntent.html I think it's just what you're looking for. Rick On Thu,

[jQuery] Re: hover problems

2009-04-16 Thread Rick Faircloth
Check out the "Hover Intent" plugin here: http://cherne.net/brian/resources/jquery.hoverIntent.html I think it's just what you're looking for. Rick On Thu, Apr 16, 2009 at 12:28 AM, 3daysaside <3daysas...@gmail.com> wrote: > > Been searching for the last hour, found some solutions, but still n

[jQuery] Re: Hover Problems

2008-04-15 Thread [EMAIL PROTECTED]
264 VIEWS

[jQuery] Re: Hover Problems

2008-04-13 Thread Jake McGraw
You have to scope the hover to the current image, otherwise all div with class "item_info" will show up (because, by default $("selector") operates on the entire document, like $("selector", document)), here is how you do this: Assuming an HTML structure like this: 264 VIEWS