How Do You Make Visited Links Become An Image
I created a grid of div links and I would like to make it so that the divs become images in their :visited state. I recently discovered that this isn't possible in CSS because most browsers block this, and was told that the best workaround for this is through using Javascript.
I am still fairly new to Javascript, but I am wondering how do I take a link and make its :visited state an image using Javascript? Does anyone have any pointers? :confused:
Thank you in advance!