Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Text pop up when you click a picture

Started by Lea S 6 years ago · 1 replies · 3088 views
6 years ago

Hey,

does anybody know a simple way to make text pop up when you click on a picture?

I want to make a quizz with 4 pictures that can be clicked on.
when you choose the right picture, there should be a "yes you're right" popup and when you click one of the other pictures, there should be a texp popping up saying that they're wrong.

Is this possible with minor knowledge of html/ css?

6 years ago

@lsprnk, A search with Google returned the following sample: Pure css popup box - CodePen. Follow the link and see the popup in action.

If you replace:

HTML
<a class="button" href="#popup1">Let me Pop up</a>

with:

HTML
<a class="button" href="#popup1"><img src="path/to/image"></a>

You should have an image that shows a popup when clicked.

Suggested topics

Topic Participants Replies Views Activity
General · by Old Man Umby, 1 week ago
2 115 4 hours ago
General · by jeremycherfas, 2 weeks ago
5 205 17 hours ago
General · by lynbor, 6 days ago
2 136 4 days ago
General · by Sebastian, 2 weeks ago
1 135 2 weeks ago
General · by Andy Miller, 3 weeks ago
0 256 3 weeks ago