I would like the score's div to pop up as a lightbox when clicking on this link :
<a href="#test">TEST</a>
However, I do not want it to disappear when clicking on the div itself, only on the black background!
Here are my attempts:
<a id="test" href="#">
<div id="details">
Multiple scores! : <br>
Test #1: 16/20<br>
Test #2: 11/20<br>
Test #3: 17/20<br>
Test #4: 14/20<br>
Test #5: 15/20<br>
</div>
</a>
However, as shown in this fiddle, we can click on the lightbox to make it disappear... : http://jsfiddle.net/apr4Ln3j/
And without using JS, which unfortunately I'm not allowed to use --'