Jordinski Posted March 7, 2014 Share Posted March 7, 2014 Basically, the title says it all. In the body of my text I want an image to pip up when you hover your mouse over a certain word. I know this will require some custom css, I just can't find it! Link to comment
SolarDave Posted March 12, 2014 Share Posted March 12, 2014 I'm looking for a similar capability: I'd like a brief definition to pop up when someone hovers over a highlighted term; kindof like a "tooltip" in applications software... Link to comment
Guest Posted March 12, 2014 Share Posted March 12, 2014 How to do this? Use HTML code <a href="#">Required text<img src="image url" /></a> Use CSS code a img { display:none; } a:hover img { display:block; } Please subscribe to my website www.topp5.com Link to comment
SolarDave Posted March 13, 2014 Share Posted March 13, 2014 Thanks for the suggestion; I'll give it a try. Though I've used html and css before coming to Squarespace, I don't know yet how to "get to" the html and css yet. I need to watch an instructional vid or two before trying. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.