去除a链的虚线框 兼容IE FF

a{
    outline:none;                                /*移除超链的虚线框  IE8,FF有用*/
    hide-focus: expression(this.hideFocus=true); /*IE6、IE7*/
} 

编程技巧