September 9, 200917 yr Hi, I'm using lightbox 2, very simple, easy to implement and looks god However, it works using 'onclick', does anyone know how to set it up so that it works 'onhover' If you can point me to an article that specialises in lightbox 2 'onhover' effect, that would be great Thanks, Emma
September 9, 200917 yr Hi Emma, you have to edit this line on lightbox.js -- line 190 document.observe('click', (function(event){ to document.observe('mouseover', (function(event){ PS: supposing this plugin http://www.lokeshdhakar.com/projects/lightbox2/
Create an account or sign in to comment