注册 登录
编程论坛 JavaScript论坛

去掉链接虚线框的问题

cai523 发布于 2009-11-24 10:06, 667 次点击
我想请教大家一下,怎样才能去掉网页链接的虚线框????
3 回复
#2
foktime2009-11-24 10:41
a   
{
outline:none;
}
或者outline:0
#3
cai5232009-11-24 10:48
以下是引用foktime在2009-11-24 10:41:45的发言:

a   
{
outline:none;
}
或者outline:0
这个好像只兼容IE,在FF下好像没效果
#4
aspic2009-11-24 11:01
FF
-moz-outline-style:none
1