You are not logged in.
Pages: 1
I am using the following format for links on a web site I am working on...
<a href=http://google.com onFocus="if(this.blur)this.blur()">Google</a>
Rather than type that onFocus part into every link, is there a way I can put something in the header at the top that applies that to all links in the page? The command removes that little annoying selection rectangle on clicked links.
Offline
Anything you put in the header will only run once (when the page loads), therefor it will not do what you want.
R.
Offline
Actually, I have since decided against it due to accessibility issues for non-mouse systems.
Offline
Pages: 1