Jump to content

Looking for a circle effect


beanymanuk

Recommended Posts

The example just change the image, you can create two images one play and one pause and add a click event to change them

<img src="play.png" onclick="if (this.src.indexOf('play.png') != -1) this.src = 'pause.png'; else this.src = 'play.png';" />

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.