hi
I am trying to have an image of a map popup on hover over a particular word, but am unable to find anything in the forums to assist.
What is the best method: using <a href with the image location and then adjusting with CSS to display only on hover?
So something like <a href="#" class="yunnan"><img src="/images/yunnan.jpg"><strong>Yunnan Province</strong></a>
as the html. I read that by adding the “#” it stops the link from actually going anywhere, as all I want it to do is popup the image on hover. The html might not be 100% correct, so would appreciate any insight there.
It’s the CSS I am unsure of. Obviously targeting yunnan as the class ID, but not entirely sure what the rest would be.
Any suggestions gladly accepted
regards