Click to See Complete Forum and Search --> : Hiding image decorations after clicking


wood_tah
02-26-2004, 12:00 PM
I have some images that invoke some script, but when using NN 7, after I click them, there is a dotted border around them, and some of them have a semi-transparent blue-screen that over the whole image. Is there any way using javascript (or even CSS) to turn that off? An example of the code I am using is:


<input type="image" src="images/expandTree.gif" width="18" height="18" onClick="Expand();" title="Expand Tree">


Any help is greatly appreciated

wood_tah
02-26-2004, 12:38 PM
I am not sure if this is the best way or not, but I found that by adding onFocus="blur();" does what I was looking for. If anyone knows a way that I can apply this to all elements without having to go back and add it to each element, it would save me a lot of time....