首页 > 开发 > CSS > 正文

css 去除连接时的虚线框

2024-07-11 08:38:47
字体:
来源:转载
供稿:网友

复制代码代码如下:
a{
outline:none;/*ff*/
hide-focus:expression(this.hideFocus=true);/*ie*/
}

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表