去掉有链接的图片在未点击时出现的蓝色框,只需设
img { border : 0px ; }即可去掉。
去掉点击链接时周围的虚线框:
在html语句的<a></a>添加hidefocus属性
eg:<a href="#" hidefocus="true"></a>
并设 a:focus { outline : none ; } 即可去掉虚线框。
转载于:https://blog.51cto.com/kebin/511125
去掉有链接的图片在未点击时出现的蓝色框,只需设
img { border : 0px ; }即可去掉。
去掉点击链接时周围的虚线框:
在html语句的<a></a>添加hidefocus属性
eg:<a href="#" hidefocus="true"></a>
并设 a:focus { outline : none ; } 即可去掉虚线框。
转载于:https://blog.51cto.com/kebin/511125