is it poss to create a 2 state image as a button? so whenyou rollover an image it changes to a different colour. works the same way as a nav button.
is it poss to create a 2 state image as a button? so whenyou rollover an image it changes to a different colour. works the same way as a nav button.
Simon,
You may change the src attribute of Image element with JS when you click on it, and thus you can replace the picture
can you explain in more detail and provide the JS please
Simon,
On the event click on the Image element hang action with this code:
code$(this).attr ('src', Apperyio.getImagePath("image002.png"));/code
where image002.png is the name of the new pictures