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

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

2008-11-24 Thread yaayme
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 pages. My tabs show and hide, but I can't get them to stay displayed so a user can click on a link.

[jQuery] use .each? hover over list items to change contents of div

2008-10-19 Thread yaayme
So, I have a ul list like so: ul id=fruits li id=appleapple/li li id=orangeorange/li li id=grapegrape/li /ul I also have a div that is currently displaying an image of an apple using a background image: div id=fruit-display/div where #fruit-display {background: