Log in

View Full Version : Resolved Help Making Lighted Candle? Please!



Penniwig
04-11-2009, 03:19 AM
I have seen that before someone asked for help in making an HTML code for lighting a candle for a memorial page.

It was evidently not something you could do in HTML, in the way that he wanted it done.

HOWEVER, I am thinking what I want done can be done via HTML.

I used the Drag Script I got from DD already so that people visiting my site could drag flowers over and make an arrangement in a teacup. I COULD make several unlit candles and also bodiless flames and they could drag the flames to the candle wicks, but that would look somewhat stupid.

I know there is a way to *click* on a picture and it makes it go to a new picture? It is similar to the mouseover? But with a click?

Can anyone point me to the right script here at DD to get this clickability so that they click on an unlit candle, and voila, it is then lighted. Of course it will just be being exchanged with another picture but it will look like it was lighted.

It does not matter at all that their candle does not last. It is just for when they are visiting they can light a candle for someone they are thinking of.

Many thanks if anyone can help me. I love these DD scripts and special codes!

traq
04-11-2009, 07:26 PM
<img src="unlitcandle.png" onclick="src='litcandle.png'">

Penniwig
04-11-2009, 08:36 PM
:DThank ye, thank ye!!! :D

Much appreciated!!!