Mouseover animated image
Mouseover plain image
|
All three of these MOUSEOVER samples use the same code as shown below. Just changed image name and size, and sound name.
To capture the code, press Select All then COPY the contents.
MUST change each gEMDIR to GEMDIR before using code!
I have made notes in code below and it will effect functionality! Use the Select All choice above!
<BGSOUND SRC="#" ID="hohoho" AUTOSTART="TRUE">
<IMG SRC="^GEMDIR/grumpysanta-t.gif" alt="THE GRINCH IS MY FRIEND!" WIDTH="130" HEIGHT="124" BORDER="0" onmouseover="document.all.hohoho.src='^GEMDIR/hohoho.wav'">
Code notes:
Purple = name of the sound file Red = image name
Brown = image size width and height
Green = alt = floating tooltip/caption
Image sources:
Grumpy is a construction worker used on the Lambert Corporation website and is modified for special occasions by me. Please DO NOT take him for personal use.
Cat: This image came in my email and since it looks so much like my Oscar, I thought it appropriate for this site.
Cat purr sound: right click on the link, then chose "Save Target As"
|
This sample uses CSB to upload your image and sound file!
MANUAL CLICK FOR SOUND
To capture the code, press Select All then COPY the contents.
MUST change each gEMDIR to GEMDIR before using code!
I have made notes in code below and it will effect functionality! Use the Select All choice above!
<A HREF="^GEMDIR/catpurr.wav" TARGET="_top"><IMG SRC="^GEMDIR/tabby170.jpg" border=0 width="203" height="170" ALT="My name is Oscar!"> </A>
Code notes:
Purple = name of the sound file Red = image name
Brown = image size width and height
Green = alt = floating tooltip/caption
|
|
This sample you have to manually upload your sound file to your website using FTP program. MANUAL CLICK FOR SOUND (for FTP info, read more here)
Insert > Picture > Image/Clipart
Then right click image and Create link to URL
Type the address of the sound file, choose OK.
|