Forum Moderators: not2easy
I'm using an anchor tag with an onclick function to swap the images. The function returns false, allowing for people without javascript to go to the second page.
My problem is, when people with javascript click on the link. The images swaps and the user dosn't go to the other page, which is great, but there is a larger grey dashed border that appears around the image that stays.
How can I get rid of the border?
Its the same kind of border that appears when you right click on an image, but disappers when you get out of that content menu.
I had problems in the past with similar borders, and it ended up being resolved with CSS's overflow property, but I can't figure it out this time.