链接在div的其他部分

时间:2016-11-06 19:28:48

标签: html css

所以我在这里有一个按钮,但当我将鼠标悬停在下面的地方时,它不在按钮中,你可以点击链接我该如何解决这个问题

#box {
  width: 140px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  text-align: center;
  line-height: 40px;
  font-family: arial;
  font-size: 14px;
  position: relative;
  left: 560px;
  bottom: 55px;
}
a:link {
  text-decoration: none;
  color: white;
}
a:visited {
  color: white;
}
<a href="#">
  <div id="Box">Back to safety</div>
</a>

0 个答案:

没有答案