It is impossible, because the background image cannot receive events like onClick - theoretically you can add onClick event for the container with the background image but:
1) The event will be fired also on the page, so you will have a big problems with the event propagation
2) The event will be fired on the whole container, not only on the place where the background is placed.