So, basically what I’m looking for is a script that when someone clicks on an image, it gets replaced with text that also includes some hyperlinks. I don’t really care if it visually slides in, or gets instantly replaced, just as long as when the text comes up, there’s a CLOSE option, that returns to the image.
Is there a jQuery or Javascript option for this that I just can’t seem to find?
Thanks in advance to anyone who helps me out here. 🙂
You can use pure CSS to achieve the effect you are talking about. Here is a a demo of the below code with a bit of styling added.