The MouseOver/MouseOut method I'm using involves creating a false "a href" link...."#"...then, later...."OnClick="false return". This works well enough until a person clicks on the actual pictures. I'm using round gif files with transparent backgrounds to hide the fact that the file is square, not really round. When a person clicks on the picture(s), a box appears around the image(s) and stays there until the person again clicks the left mouse button. My question: is there any way to eliminate this? I want the MouseOver/MouseOuts to work and NOTHING to happen when they click on the image(s). I don't want that darn box to appear. Is there any way to accomplish this?