views:

340

answers:

1

I would like to display different tooltip content for each of the areas defined in an image-map. Are there any jQuery plug-ins that have an API well-suited to use with image-maps? I would like it also be be flexible with regard to where the tooltip content comes from, e.g. the content might be contained in an anchor element of an invisible iframe or it might come from a database.

Thanks

A: 

If you haven't already found something, I'd recommend qTip (although the map areas in the example aren't matched up to the image that well).

Fry Quad
Thanks, qTip is quite good.
Tim