View Full Version : Looking for: Code to remove the dotted border on active links!


midorino
08-11-2005, 05:35 AM
You probably all know the kind of silhouette that appears when you hit a link.

In the layout I'm working at I'm using round images as links, and of course it looks totally stupid.

I used to know the code for removing that kind of silhouette,
but somehow I can't find it anymore.

Does anybody know?
Please tell me!

Thanks.

pb&j
08-11-2005, 05:43 AM
two options.

onClick="this.blur();"

or

onClick="window.focus();"