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 uses a href tag to get the image url, but the scroller uses img as so;
img src="img/img1.jpg" longdesc="img/img1.jpg" width="400" alt="Image 1" /
how can I get around this?
href
? – Fresheyeball