What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » HTML Code for image mouseover?

HTML Code for image mouseover?
Author: Message:
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: HTML Code for image mouseover?
Yeh here it is

<script language="JavaScript">
//Preload knight Images
knighted=new Image(32,48)
knighted.src="http://www.ctech.ca/lp15/creations/images/gif/11a.gif"
knightred=new Image(32,48)
knightred.src="http://www.ctech.ca/lp15/creations/images/gif/11ab.gif"
</script>

<!-- create mouse-over effect -->

<a href="http://www.ctech.ca/lp15/creations/home.htm" onMouseOver="document.knight.src=knightred.src" onMouseOut="document.knight.src=knighted.src">

<img name="knight" src="http://images/" border="0"></a>

I'm not sure about the links to it you will have to give it to me ;)
06-24-2005 06:00 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
HTML Code for image mouseover? - by albert on 06-24-2005 at 04:25 PM
RE: HTML Code for image mouseover? - by absorbation on 06-24-2005 at 04:27 PM
RE: HTML Code for image mouseover? - by albert on 06-24-2005 at 04:29 PM
RE: HTML Code for image mouseover? - by absorbation on 06-24-2005 at 04:32 PM
RE: HTML Code for image mouseover? - by Eljay on 06-24-2005 at 04:41 PM
RE: HTML Code for image mouseover? - by albert on 06-24-2005 at 04:45 PM
RE: HTML Code for image mouseover? - by RaceProUK on 06-24-2005 at 04:55 PM
RE: HTML Code for image mouseover? - by albert on 06-24-2005 at 05:14 PM
RE: HTML Code for image mouseover? - by absorbation on 06-24-2005 at 05:18 PM
RE: HTML Code for image mouseover? - by albert on 06-24-2005 at 05:26 PM
RE: HTML Code for image mouseover? - by Rik on 06-24-2005 at 05:42 PM
RE: HTML Code for image mouseover? - by albert on 06-24-2005 at 05:56 PM
RE: HTML Code for image mouseover? - by absorbation on 06-24-2005 at 06:00 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On