0

如何防止事件在border-radius(白角)设置的边界之外的角落触发?

JSFiddle 示例

<div class="circle">
   <a href="#"><span></span></a>
</div>

.circle {
    border-radius:100px;
}
span {
    display:block;
    background:#000;
    width:200px;
    height:400px;
    border-radius:100px;
}

$(".circle").click(function() {
   alert("GOD! WHY I'AM WORK ON WHITE CORNERS!?! KILL ME PLEASE!");
});
4

1 回答 1

0

使用 html 标签 map 和 erea 创建一个圆圈 ;-)

例子来了..

于 2013-03-14T18:34:43.783 回答