Hey all,
I thought that the "noBlur" thing (the dotted stuff around the anchor)
can be solved with CSS nowadys..
a, :focus {
-moz-outline: none;
outline: none; /* CSS 3 */
iecheck: expression(this.hideFocus=true); /* IE >= 5.5 */
}
All the best,
Benni.