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.
Yellowcot: A free, lightweight, open-source, cross-platform, Qt-based multimedia flash card simulator.
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
Pages: 1