View Full Version : onfocus="this.blur()" removes active link colour
tacbob
10-13-2004, 07:49 AM
When I use onfocus="this.blur()" in the link on my page to prevent the dotted lines appearing around the text link, it stops the Active Link colour being displayed. The Active Link colour is determined in a CSS.
Any ideas,
Thanks
magicyte
07-08-2008, 06:30 PM
it shouldn't be done like that. It should be [ onfocus="blur()" ]. Why? Because the default blur() object is your link.
-magicyte
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.