You might be able to 'nest' another tooltip (like the Rich HTML Balloon Tooltip) inside your pop-it menu, though I've never tried that, so I couldn't tell you if it would work or not. If it did, I think the pop-it links would be limited to showing the balloon tooltips, and would not be able to function as regular links also.
I'd start by installing both scripts and writing the linksets in the pop-it menu to call the balloon tooltips, like so:
Code:
linkset[0]='<a href="#" rel="pic1balloon">pic 1</a>'
I might try later. Alternatively, you could use something like lightbox to show the pics when the pop-it link is clicked. That way, you could see the pic full-sized without having the user leave the page.
Bookmarks