It's something that IE does to show that the graphic link has been clicked. Try adding this piece of JavaScript to the link:
onFocus="if(this.blur)this.blur()" as in: <A href="something.html" onFocus="if(this.blur)this.blur()"> What it does is to immediately lose focus (deselect) as soon as the link is clicked. It works for text links as well. Derek ----- Original Message ----- From: "Jan Major" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 02, 2002 9:56 AM Subject: [wdvltalk] RE: Dotted box around graphic link ?!? ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:wdvltalk-join@;lists.wdvl.com Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
