Consider the following fiddle: http://jsfiddle.net/xNSm2/
In this scenario I've got a div with a background-image
of a triangle. I also have a div underneath it.
I need both of those divs to be clickable.
I cannot have the red div sit on top of the green div. Red must be underneath.
The only solution I can think of is to have the green div have a diagonal border, rather than a square one. Is this possible?