Lines height in my div is a little smaller than font size by design, so that links are overlapping. First two of them are partly clickable.
<div style="width:25px;line-height:8px;">
<a href="/link1" style="font-size:10px;z-index:10;">link1</a>
<a href="/link2" style="font-size:10px;z-index:9;">link2</a>
<a href="/link3" style="font-size:10px;z-index:8;">link3</a>
</div>
I already tried to set higher z-index to higher links as I showed in my sample, but it doesn't help.
JSFiddle: http://jsfiddle.net/pQ4RV/