I have searched in Google for an answer on how an image should be replaced when a user click on a image/link (and stay that way). Every user should click the link/image. So i think visited will be best!
I've tried onclick example but it just goes back to the first picture again after refresh.
Also tried a:visited on background-images and hide text link but image will not change.
(I know how to get for exempal links turns green but not switch image)
It is the only feature that I have left before my website is finished, so I must get it to work.
is there any jquery code that can solve this, or is it possible with HTML and CSS?