Give all of your links a class, named unvisited(or whatever you want) and make the image for that class your first image and then in your css file make a class called visited(or whatever again), then in your javascript have it remove class unvisited when the link is visited and add class visited.
No comments:
Post a Comment