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,
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
264 VIEWS
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
4 matches
Mail list logo