-
Does any one know how I may be able to remove/hide the focus rectangle that appreas arround links, you know the dotted one.
I've created a navigation page of which links are made from small images, this is loaded into a frame on the main page (index.html) but when I click the links at the top the edges of the text (the small image) get distored well just look it any way due to the focus rectangle. The rectangle disappears when you click any where else, but how can I hide it from the start so no one see it at all?
-
Try this (not sure):
<a href="bla.html" onClick="this.blur();">bla</a>
-
Yeeeeh! That's better, thanks for your help Wynd really appreciate it!!!
-