Review the code snippet provided at the following link: http://jsfiddle.net/q8Ycz
<div style="background-color: red; width: 200px;" onclick="alert('behind')">
<div><a href="test">test test test test test test test test test test test</a></div>
<div><a href="test">test test test test test test test test test test test</a></div>
<div><a href="test">test test test test test test test test test test test</a></div>
<div><a href="test">test test test test test test test test test test test</a></div>
<div><a href="test">test test test test test test test test test test test</a></div>
<div><a href="test">test test test test test test test test test test test</a></div>
<div><a href="test">test test test test test test test test test test test</a></div>
<div><a href="test">test test test test test test test test test test test</a></div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="190" style="position: absolute; top: 0; left: 0;">
<polygon onclick="alert('hello')" points="100,10 40,180 190,60 10,60 160,180" style="fill:lime;stroke:purple;stroke-width:5;fill-rule:evenodd;">
</svg>
</div>
Regarding the svg polygon in the code, is there a method to make the links clickable even under the transparent sections of the star shape?