Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q1498 How do you get rid of annoying "dynamic outlines" in Internet Explorer?

irt.org | Knowledge Base | JavaScript | Image | Q1498 [ previous next ]

Q1498 How do you get rid of annoying "dynamic outlines" in Internet Explorer?

Create a visible off screen object, and set the focus to this object from the onFocus event of the object in question.

You can try the following code:

<div id="sneaky" style="position:absolute; left:-200px; top:-200px">
  <form id="sneaky1">
  <input type="text" name="sneaky2">
  </form>
</div>

<a href="target.html" onFocus="sneaky1.sneaky2.focus()">
</a>

Submitted by rickthrust@sinfinity.nu

Feedback on 'Q1498 How do you get rid of annoying "dynamic outlines" in Internet Explorer?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.