2007-05-30

[Note] Remove HTML a tag's dotted border when active and focus using CSS

a {
noFocusLine: expression(this.onFocus = this.blur()); /* for IE */
outline-style: none; /* for FF */
}

1 則留言: