Topic awaiting preservation: get rid of rectangle outline (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: canada |
posted 11-16-2002 16:41
you know the dotted rectangle that shows up around a link when you click it (to show that it's active). Is there a javascript / html code that will prevent that from happening? |
Maniac (V) Inmate From: out of a sleepy funk |
posted 11-16-2002 16:46
onfocus="this.blur()" |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-16-2002 16:56
How do I get rid of that rectangle when I click on a link? |
Nervous Wreck (II) Inmate From: canada |
posted 11-16-2002 17:04
thanx a lot. why didn't it occur to me. |
Neurotic (0) Inmate Newly admitted From: Calgary, Alberta, Canada |
posted 11-16-2002 20:37
Is it possible to implement this using CSS? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-16-2002 20:55
Afraid not. I don't think so, at least. |
Neurotic (0) Inmate Newly admitted From: Calgary, Alberta, Canada |
posted 11-16-2002 21:04
Thanks for the reply, Slime. Guess I'll skip doing this as I'm not going to do a [onmouseup="this.blur()" ] for every link! |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-16-2002 21:08
Well, you can always run this piece of code after the page loads: |
Bipolar (III) Inmate From: Cold Sweden |
posted 11-16-2002 22:12 |