【发布时间】:2014-07-14 00:50:00
【问题描述】:
然后右侧按钮上的箭头消失了。悬停时,蓝色变为带有较暗箭头和文本的浅蓝色。
HTML
<div class="fluid FindHome-div">
<h1>
<a href="http://www.ntreisinnovia.net/ntr/idx/index.php?key=b74b4ef49443e4ac6699324016bbaec5" class="FindHome" target="_blank">Find your home</a>
</h1>
</div>
CSS
.FindHome {
background-color:#09F;
width:300px;
border:1px solid #09F;
padding:10px 40px 10px 15px;
border-radius:5px;
display:block;
margin-left:auto;
margin-right:auto;
background: #09F url('../img/arrow.png') no-repeat;
background-position:320px center;
margin-bottom:35px;
overflow: hidden;
text-decoration:none;
color:#ffffff;
}
.FineHome a:hover {background:#ffffff;}
.FindHome-div{display:inline-block;}
【问题讨论】:
-
您将 FindHome 拼写为 FineHome。但类名是“FindHome-div”。