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
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