This 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="catpurr" AUTOSTART="TRUE">
<IMG SRC="^GEMDIR/tabby170.jpg" alt="My name is Oscar!" WIDTH="203" HEIGHT="170" BORDER="0"
onmouseover="document.all.catpurr.src='^GEMDIR/catpurr.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:
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"
|