css在IE7里怎么不显示边框?
.hea:hover{color:#179942;width:178px;height:30px;display:block;border:2pxsolid#179942...
.he a:hover{ color:#179942; width:178px; height:30px; display:block; border:2px solid #179942;}
展开
3个回答
展开全部
<style>
.xa a{
display: block;
overflow: hidden;
width:208px;
height:44px;
border: 1px solid #000;
margin:0px auto;
text-align: center;
line-height: 44px;
font-size:14px;
color:#747e7f;
text-decoration: none;
}
.xa a:hover{color:#747e7f;border:1px solid #f00;}
</style>
<a class="bfc2">
测试
</a>
以后这样写就可以了。原因是在于你写a标签样式的时候a:link{/*这里是你的css样式*/}这样写ie7 识别不了。a{先这里写好固定的样式} 再写a:alink{} 都分开写这样就不会出现你遇到的这个问题。希望对你有帮助
.xa a{
display: block;
overflow: hidden;
width:208px;
height:44px;
border: 1px solid #000;
margin:0px auto;
text-align: center;
line-height: 44px;
font-size:14px;
color:#747e7f;
text-decoration: none;
}
.xa a:hover{color:#747e7f;border:1px solid #f00;}
</style>
<a class="bfc2">
测试
</a>
以后这样写就可以了。原因是在于你写a标签样式的时候a:link{/*这里是你的css样式*/}这样写ie7 识别不了。a{先这里写好固定的样式} 再写a:alink{} 都分开写这样就不会出现你遇到的这个问题。希望对你有帮助
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询