I have a simple text. When people place their mouse over that text, I want to show an image in the center of the text (DIV) with a link on it. It will be a quote which people could share on social media when they place their mouse over it. Any help in realizing that would be appreciated! Thanks!
Well without a link or the code you are trying to use the best I can do is guess. If the image link is a child of the div then you give it a class that includes a property of display:none then for the mouse over you need a rule like div:hover>theclass {display:block:}