CSS教程

关注公众号 jb51net

关闭
网页制作 > CSS > CSS教程 >

css 去除连接时的虚线框

脚本之家



a{
outline:none;/*ff*/
hide-focus:expression(this.hideFocus=true);/*ie*/
}