PDA

View Full Version : Quicktips on a div and its content



mediastart
21 May 2007, 12:34 AM
Hi all,

On a JSonView I add a quicktips on the main div on the template created for each node.
But the quicktips appears only on that div and not on the content of the div.

I explain, imagine a template like that :




<div id="1">
<div id="2">

</div>
</div>



If I add the quicktips on the div1, the quicktips appear when the mouse rollover on the div1 but don't appear when the mouse rollover the div2.

how to add the quicktips to an entire htlm block?

Thanks