Mouseover dropdown menu

cravistaz

New Member
I am trying to have drop down menu whenever someone hover mouse over an image.\[code\] <div> <img id="whoimg" onmouseover="forImg(this)" src="http://stackoverflow.com/static/images/whoisitfor.png" height="70" style="cursor:pointer;"> </div> <div style="position: absolute; right:30px; top: 23px;"> <span style="font-weight: bold;font-size:30px; color: #C4066B;">FOR</span> </div></div>\[/code\]I am able to write onmouseover function. But as i am new at web development i don't know what to do next. I have Three images placed horizontally including above one.\[code\]function forImg(){alert("FOR");}\[/code\]I have tried javascript but i am getting no where. Don't know what to do...Please help me
 
Back
Top