I want to be able to make an image reveal itself when the mouse hovers over an image. I am using basic html... this is what I have, and i dont really know where i have gone wrong but it isnt showing the image, and there is no hover over function whatsoever. Please don't cut me down too badly, im just learning.
<img src="C:\Documents and Settings\Owner\Desktop\name.gif" alt ="A scoop" width="70" height="70" id="hoverImage" /></div><span onmouseover="document.getElementById('hoverImage').src = 'C:\Documents and Settings\Owner\Desktop\name.gif';">Look around the site to find and collect them all.</span>
I want te name.gif picture to reveal when one rolls over the words "look around the sire to find and collect them all"
<img src="C:\Documents and Settings\Owner\Desktop\name.gif" alt ="A scoop" width="70" height="70" id="hoverImage" /></div><span onmouseover="document.getElementById('hoverImage').src = 'C:\Documents and Settings\Owner\Desktop\name.gif';">Look around the site to find and collect them all.</span>
I want te name.gif picture to reveal when one rolls over the words "look around the sire to find and collect them all"