Picture Link Question

Doe any one know how to have a picture link change pictures once the mouse moves over it?
Example:
________Picture link: :ark:
move the mouse over the picture link and the picture changes/becomes
________Picture link: :spam:

You need to use JavaScript. It’s a very simple idea that’s been done thousands of times, so just do a Google search and you’ll get one.

Look up "image rollover"s in google.

I’m pretty sure it can be done with CSS, which should be a whole lot less work than JavaScript. But don’t take my word on it. I’ll have to experiment a bit first.

Actually, it’s very simple

<img src="[Original Image]" onMouseover=‘this.src="[Changed Image]"’ onmouseout=‘this.src="[Original Image Again]"’>

<img src=“http://agora.rpgclassics.com/images/statusicon/user_offline.gif” onMouseover=‘this.src=“http://agora.rpgclassics.com/images/statusicon/user_online.gif”’ onmouseout=‘this.src=“http://agora.rpgclassics.com/images/statusicon/user_offline.gif”’>

Any Javascript code you’ll find for it is actually to preload the rollover image so that when the rollover happens, the image is already loaded.

Xelo, that technically is JavaScript code. Just because it’s not in a [SCRIPT] tag doesn’t mean it’s not JavaScript. :sunglasses:

Thank you, my idea can work now!

EDIT:
Now I have another question.
How do I get images to stack one above the other inbetween other images?
If you don’t know what I’m talking about, lookHERE

I need to put another changing image link in the empty spot above the “Descendants” one.

EDIT: Sorry, see above question.

Use tables. For example,

[img src=‘big long image on the left’] [img src=‘image you want to add’][tr] [img src=‘descendants image’]

Okay, I have the pictures up the way they’re supposed to be. But is there any way to get rid of the space between the pictures? I have the border=“0”

Try also putting in the properties cellspacing = “0” cellpadding = “0”

Thanks all.
One last, unrelated question:
What is the usual amount of time it takes to complete a shrine?

Well… I’ve been working on the Harvest Moon shrine for … 1 1/2 months or so now, and I think I’m just about done…
Just minor tweaking etc.
But it REALLY depends on the game - HM ain’t really that big!

Ninten:cool:

Anywhere from three weeks to three years. Honestly. Depends on how big the game is and how often you work on the shrine.