Click Test 01

This test has a mouseup "click" test for the div in which the graphic sits.

image

Watch out for the browser warning (Firefox and Chrome, anyway) with the second, third click, etc. Don't disable the dialog or you won't see the incremental count.

Firefox Dialog Warning

The click works for the whole div. That means you can click the white space to the right of the image. That makes it unsuitable for a game which I'm thinking might be possible. This paragraph is outside the div, so the click shouldn't work here.

Resource: http://www.quirksmode.org/js/events_tradmod.html