Results 1 to 2 of 2

Thread: please help - need to figure this out (image tooltip)

  1. #1
    Join Date
    May 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question please help - need to figure this out (image tooltip)


    okay so i've searched everywhere for this, and i'm not even sure it can be done, so i'm coming to you fabulous people for help.

    here is my test page: http://www.jessicabongiorno.com/test/testpage.html

    in the first sentence of the main paragraph, the first link says 'pearloid dot fret markers'. if you mouseover it, you'll see a menu tooltip that comes up with additional links. i want that to stay the way it is, it works fine.

    NOW... what i want to do, is go a step further and mouseover 'pic 1', and have it show an image. i've seen this done by hovering over a link OR an image, and then the tooltip pops up the image. but i can't seem to figure out how to get it after i've already created a tooltip and need yet ANOTHER one.

    im babbling now, but hopefully you guys understand.
    any help would be greatly appreciated.

    thanks so much,
    jessica

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •