I just had a question about how to change image and text on hover and click.
They are placed side by side and now I know how to swap them at the same time.
Now my follow-up question is: How can I make several of these Image&text to swap after one another?
Is it doable with css only? Or do i need to adddd some script?
If what you are asking is if you can swap them automatically, at a given interval of time, then the answer is yes, it is possible with CSS, using keyframe animations – you can animate the
opacityproperty.UPDATE: image gallery using keyframe animations
You can also do this when you have some kind of thumbnails or navigation buttons and in this case it’s mostly the same technique I’ve used in my answer for your previous question – a very basic (ahem, very basic means I did it in a couple of minutes a couple of weeks ago and then I was too lazy to come back to prettify) example of this kind of gallery using thumbnails for navigation you can see here http://dabblet.com/gist/3102051.