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:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: using html to 'mouseover' images

It's not possible using HTML alone, you have to also use JavaScript or CSS.  Here is an example using JavaScript that I use on MPSounds.net:

code:
<img name="search" src="images/search.gif" alt="Search SoundPacks" onmouseover="document.search.src='images/search2.gif'" onmouseout="document.search.src='images/search.gif'" border="0"></a>
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
11-17-2005 09:31 PM
Profile E-Mail 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