Hide Image Title Tool Tip Popup On Mouse Rollover Or Hover
I'm hoping I can get this question answered here... I have a client who wants to add a PayPal 'Add to Cart' button inside a Lightbox window. I was able to achieve this by placing t
Solution 1:
I would modify lightbox to use a different attribute instead of title, like paypalForm. Modification on line 398 of lightbox.js.
398: imageArray.push(new Array(anchor.getAttribute('href'), anchor.getAttribute('paypalForm')));
The other option would be to only set the title attribute onMouseDown
and setting it back to empty string when the lightbox is closed.
Solution 2:
Thickbox it is not maintained any longer!
Post a Comment for "Hide Image Title Tool Tip Popup On Mouse Rollover Or Hover"