当前位置:首页 >> 网页制作

css 去除连接时的虚线框


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