Hello. I am trying to build my trainz site (urbantrainz).
First, sincerest apologies if this is in the wrong forum or off-topic.
But, I am trying to get an image to change when moused-ouver (like if you move your cursor over it). Also, I have seen on several sites where if you put your mouse over an image, an extra menu will pop up over it (Just for example, newegg).
However, all the source code I have attempted to use from various sites on the web, or build my own code from examples, has either been non-functional or breaks my webpage.
This is my current page HTML:
If you don't know what I mean, this is the image normal:
This is the image when the mouse cursor is over it:
First, sincerest apologies if this is in the wrong forum or off-topic.

But, I am trying to get an image to change when moused-ouver (like if you move your cursor over it). Also, I have seen on several sites where if you put your mouse over an image, an extra menu will pop up over it (Just for example, newegg).
However, all the source code I have attempted to use from various sites on the web, or build my own code from examples, has either been non-functional or breaks my webpage.
This is my current page HTML:
HTML:
<html>
<head><center>
<title>UrbanTrainz - Main page</title>
<style type="text/css">
body
{
background-color:#ffffff;
background-image:url(header.png); background-repeat: repeat-x;
}
</style>
<br><br><p></p><p></p><p></p>
<img src="logoonly.png">
</center>
</head>
<body>
<br><br>
Sorry, this page is unavailable at the current time.<br><br>Reason: "maintenance"
</body
</html>

This is the image when the mouse cursor is over it:
