"Tool tips for jQuery. You can have the tool tips appear when a user hovers over a div or an a. "
It looks as though you will have to add 'return false' links to your images. On Feb 17, 8:10 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi i use jquery tooltips on anchor links, but i have a system full of > images that use the title tag - i have tried everything to switch the > javascript but the jquery tooltip is always empty despite it looking > wright, just nothing in it? > > $('#innercontainer a').Tooltip({ <<<<<< WORKS > $('#innercontainer img').Tooltip({ <<<< NOPE > $('#innercontainer img, a').Tooltip({ <<<<<< just anchor link..... > > any ideas?