What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » using html to 'mouseover' images

using html to 'mouseover' images
Author: Message:
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: using html to 'mouseover' images
Yeh to preload it do something like:
code:
<head>
<script language="JavaScript">
<!--
image1 = new Image();
image1.src = "images/image1.png";

image2 = new Image();
image2.src = "images/image2.png";
//-->
</script>
<style>
</head>


and the html

code:
<a href="page1.html" onmouseover="image1.src='images/image1.png;"
onmouseout="image1.src='images/image1.png;">
<img name="image1" src="images/image1.png" border=0></a>

<a href="page2.html" onmouseover="image2.src='images/image2.png';"
onmouseout="image2.src='images/image2.png;">
<img name="image2" src="images/image1.png" border=0></a>

This post was edited on 11-17-2005 at 09:42 PM by hmaster.
[Image: sig.png]
11-17-2005 09:41 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
using html to 'mouseover' images - by stoshrocket on 11-17-2005 at 09:27 PM
RE: using html to 'mouseover' images - by Dempsey on 11-17-2005 at 09:31 PM
RE: using html to 'mouseover' images - by stoshrocket on 11-17-2005 at 09:34 PM
RE: using html to 'mouseover' images - by Dempsey on 11-17-2005 at 09:37 PM
RE: using html to 'mouseover' images - by stoshrocket on 11-17-2005 at 09:39 PM
RE: using html to 'mouseover' images - by hmaster on 11-17-2005 at 09:41 PM
RE: using html to 'mouseover' images - by stoshrocket on 11-17-2005 at 09:42 PM
RE: using html to 'mouseover' images - by saralk on 11-17-2005 at 09:42 PM
RE: using html to 'mouseover' images - by hmaster on 11-17-2005 at 09:43 PM
RE: using html to 'mouseover' images - by stoshrocket on 11-17-2005 at 10:16 PM
RE: using html to 'mouseover' images - by Ezra on 11-17-2005 at 11:53 PM
RE: using html to 'mouseover' images - by Eljay on 11-18-2005 at 05:07 PM
RE: using html to 'mouseover' images - by M73A on 11-18-2005 at 05:16 PM
RE: using html to 'mouseover' images - by Concord Dawn on 11-18-2005 at 05:17 PM
RE: using html to 'mouseover' images - by Plik on 11-18-2005 at 07:33 PM
RE: using html to 'mouseover' images - by stoshrocket on 11-18-2005 at 08:14 PM
RE: using html to 'mouseover' images - by hmaster on 11-18-2005 at 08:56 PM
RE: using html to 'mouseover' images - by stoshrocket on 11-18-2005 at 09:04 PM
RE: using html to 'mouseover' images - by hmaster on 11-18-2005 at 09:07 PM
RE: using html to 'mouseover' images - by stoshrocket on 11-18-2005 at 09:10 PM
RE: using html to 'mouseover' images - by hmaster on 11-18-2005 at 09:28 PM
RE: using html to 'mouseover' images - by stoshrocket on 11-18-2005 at 09:31 PM
RE: using html to 'mouseover' images - by hmaster on 11-18-2005 at 09:40 PM
RE: using html to 'mouseover' images - by stoshrocket on 11-18-2005 at 09:51 PM
RE: using html to 'mouseover' images - by hmaster on 11-18-2005 at 10:06 PM
RE: RE: using html to 'mouseover' images - by stoshrocket on 11-18-2005 at 10:07 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