I recently visited https://en.wikipedia.org/wiki/Malin_Head and noticed that when holding my mouse over certain links, up pops a small container including an image/photo together with relevant information. Please can anyone share how I add this feature to my own website, including links to help guides, HTML/CSS examples?
It’s a MediaWiki Extension.
Extension:Popups - MediaWiki
1 Like
Thanks for sharing this with me. I’ll go and have a read. All good wishes
You can use<a>
tag for it. For example: <a href="#"><img src="imagename" alt=""></a>.
You can google about <a>
tag and learn more about it
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.