Skip to content
Grav 2.0 is officially stable. Read the announcement →
General

Text pop up when you click a picture

Started by Lea S 6 years ago · 1 replies · 2994 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 jean-louis67, 3 weeks ago
2 310 3 weeks ago
General · by Andy Miller, 3 weeks ago
0 312 3 weeks ago
General · by Veehem, 4 weeks ago
0 264 4 weeks ago
General · by milkboy, 4 weeks ago
0 267 4 weeks ago
General · by ian russell, 1 month ago
2 336 1 month ago