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:
stoshrocket
Senior Member
****

Avatar
formerly methos

Posts: 748
Reputation: 31
33 / Male / Flag
Joined: Aug 2005
O.P. RE: using html to 'mouseover' images
hmm.... i've juts been doing this and i cant seem to get it to work, heres the code i have in so far:

-under the head tag
code:
<script language="JavaScript">
<!--

image1 = new Image();
image1.src = "images/graphics-over.png";

//-->
</script>


-and under the body tag
code:

<a href="graphics.html" onmouseover="image1.src='images/graphics-over.png';"
onmouseout="image1.src='images/graphics.png;">
<img src="images/graphics.png" border=0></a>



anyone see why its not working? thanks!

edit

sorted, seems i did need the 'name whatever' hehe, thanks anyway!

This post was edited on 11-17-2005 at 10:17 PM by stoshrocket.
formerly methos
11-17-2005 10:16 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