kuau
08-06-2010, 07:38 AM
Not sure if this is a php or html issue. I had a page of thumbnails which displayed the alt tag when you hovered over the image. This worked well because it displayed the title of the painting so people could find what they were looking for.
I have changed it so that clicking on the thumbnails now links to a separate detail page about the image. The problem is that now when you hover over the thumbnail, it no longer displays the title of the image (alt tag) so you can't be sure you have the right image until you click on it. This is not good.
What seems to have disabled the alt tag display is the <a href=. Does anyone know how to force the alt tag to display for an image even when the image is a link?
Thanks. :)
I have changed it so that clicking on the thumbnails now links to a separate detail page about the image. The problem is that now when you hover over the thumbnail, it no longer displays the title of the image (alt tag) so you can't be sure you have the right image until you click on it. This is not good.
What seems to have disabled the alt tag display is the <a href=. Does anyone know how to force the alt tag to display for an image even when the image is a link?
Thanks. :)