yanamal / html-hax

An AppEngine app that teaches you web development
MIT License
0 stars 0 forks source link

Broken image #84

Open yanamal opened 1 year ago

yanamal commented 1 year ago

The user is supposed to click on an image/div to get something to happen (e.g. an event tied to that element), but the image link is broken, and the div/element is of size zero by default, so it can't be clicked.

You have to either restore the image, figure out the listener and trigger it manually, or make the div no-zero-width in some way