[jQuery] Re: Linked tabs that slide in and out when hovering over images

2008-12-01 Thread yaayme
Say I have a 4 column table of these images with tabs. If I'm on the last column, how can I use jQuery to recognize that a user is hovering over an image on the last item and reposition the tabs so they face inward instead of outward? -- View this message in context:

[jQuery] Re: Linked tabs that slide in and out when hovering over images

2008-11-25 Thread Jack Killpatrick
this might help: http://www.ihwy.com/labs/demos/Current/image-hover-menu.aspx - Jack yaayme wrote: Hi! I'm trying to add a menu of tabs that show and hide as you hover over a div. I think I have it working, but I also want to allow people to click on the tabs which will take them to other

[jQuery] Re: Linked tabs that slide in and out when hovering over images

2008-11-25 Thread yaayme
Jack, Thanks a bunch! That worked for one image, but what if I have a whole slew of images that I want to add the same functionality to? I tried created another container with another image, but when I hovered over one, tabs for both images showed up. Thanks again! -- View this message in

[jQuery] Re: Linked tabs that slide in and out when hovering over images

2008-11-25 Thread Jack Killpatrick
Is what will appear for each image exactly the same (other than maybe an id or something)? If so, you could use jQuery's .append method to move the thing that appears around on the page. If you're fading out the thing that appears, append might not work if you don't want to wait for the fade

[jQuery] Re: Linked tabs that slide in and out when hovering over images

2008-11-25 Thread yaayme
The image will be different as will the IDs. I was thinking of using animate instead of append to make the tabs appear to slide out from beneath the image. Would append work for that? Not entirely sure what append does. I don't want to have to wait for the image to completely appear before I can