|
What's the question?
If you're asking how to make an image a link, just put the <img ... /> tag in between the <a href="#"> and </a> html. If you want it to only be an image on mouse over, that should be part of your "stm" function, and you probably need to pass it a reference to "this" which is the a element that threw the mouseover event.
|