鼠标点击div区块后出现的热区边框怎么去掉
2016-06-19
展开全部
点击后出现的虚边框应该是a标签才会有的,你给a标签设置outline:none;就可以了,
例如:
<a href="#" style="text-decoration:none; width:50px; height:30px; font:12px/30px '宋体'; color:#666; outline:none;">这是去掉了的</a>
<a href="#" style="text-decoration:none; width:50px; height:30px; font:12px/30px '宋体'; color:#666;">这是还未去掉了的</a>
例如:
<a href="#" style="text-decoration:none; width:50px; height:30px; font:12px/30px '宋体'; color:#666; outline:none;">这是去掉了的</a>
<a href="#" style="text-decoration:none; width:50px; height:30px; font:12px/30px '宋体'; color:#666;">这是还未去掉了的</a>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询