Removing the box from around a link in IE
11:58.43 - Monday 16th February 2004 (Link to This Entry)
Yeah, more HTML tips that you prolly already know. Say you have a link in a static page, maybe a subframe or something, and you don't want IE to leave a yucky border around it when you click it, you can for it to be removed using blur(); like this..
It basically forces the window focus away from your link. Which is nice.
