[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 not

[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

2008-04-15 Thread [EMAIL PROTECTED]
div class='item' div class='img_cont' div class='item_info'264 VIEWS/div img tag is in here /div /div

[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: div class='item' div