CSS语言中怎么去掉(虚线)边框

html-css08

CSS语言中怎么去掉(虚线)边框,第1张

如果你的虚线边框是上边框,则border-top:none 或者border-top:0px

若虚线边框是四周的边框,则border:none或border:0px

虚线是什么引起的?

如果border的话 你直接去掉就行了

如果a的话 a {outline: none}

a:active {star:expression(this.onFocus=this.blur())}

:focus {outline:0}