1.css如何去掉点击a链接带来的虚框
a{
bblr:expression(this.onFocus=this.blur());/*IE使用*/
outline-style:none;/*FF使用*/
} /*去除a标签带来的虚框*/