views:

226

answers:

0

I have a series of 'crosshair image' divs on a webpage which are moved with jquery and absolute positioning. I would like to display a qtip tooltip when the user's mouse moves over these crosshairs. The problem is that quite often these divs will be overlapping but qtip tooltip is only displayed for one of the divs, not all of the divs. Is there a way to make qtip display the tooltip for all the overlapping divs and not just the div which is on top?

Thanks!