On this page: http://sparqtraining.com/
The alt text for the thumbnails presents after the onmouseover event in a box underneath all of the pictures. How did they do that?
On this page: http://sparqtraining.com/
The alt text for the thumbnails presents after the onmouseover event in a box underneath all of the pictures. How did they do that?
Have one element be the element used for the captions, and assign an event handler on the 'mouseover' or special hover event then populate the caption element with data used from the image, or a sibling of the image element if you have a div containing the image element and another separate caption element.