erlkmooexm
New Member
On my website I am currently using a jquery plugin that scrolls images automatically across the page, which is all fine.But if you click the image it just takes you to the image source and I want to use a lightbox feature incorporated with it. The problem is all the jquery lightbox codes I can find usesa href tag to get the image url, but the scroller uses img as so;img src="http://stackoverflow.com/questions/15823569/img/img1.jpg" longdesc="img/img1.jpg" width="400" alt="Image 1" /how can I get around this?