I wish to create an click-triggered image carousel, such as if you click on the button, an image fades in and when you click another button for the next option, the current image fades out and the a button image fades in.
An example of this web’s can be found under Products and Services on the GE-Energy website (scroll a bit down).
How could this effect be achieved?
This effect is achieved by using jQuery to fade the images out and in. In code this would be along the lines of:
And the HTML:
Edit:
This is the minimum JavaScript you would need in your HTML source:
And the following HTML: