Posted: Tue Oct 18, 2005 2:55 pm a question-I think it's related to javascript
I want a image where your mouse goes over it and it changes. I do not want a gigantic mega-huge super-long complicated code!!! And I think it's a javascript code so yeah pls respond
Superpetauction
Joined: 07 Oct 2005
Posts: 47
Location: Logansport, Indiana
Posted: Tue Oct 18, 2005 3:59 pm Re..
place this in the head tag
Code: <script language="JavaScript">
<!--
image_1aon = new Image(150, 50);
image_1aon.src = "picture1b.gif";
image_1aoff = new Image(150, 50);
image_1aoff.src = "picture1.gif";