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

Q612 In Internet Explorer how can I remove the border that appears around an image link when clicked?

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

Q612 In Internet Explorer how can I remove the border that appears around an image link when clicked?

Try:

<A HREF="javascript:void(0)" onFocus="this.blur()"><IMG SRC="image1.gif" WIDTH="100" HEIGHT="100" BORDER="0" /></A>

The following was submitted by Euiseok

<script>
function looseFocus() { this.focus(); }
<script>

<a href="menu.html" onFocus="looseFocus()">

<img src="menu.gif" width="100" height="20" ></a>

Feedback on 'Q612 In Internet Explorer how can I remove the border that appears around an image link when clicked?'


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.