Is there simple way to show image when mouseover text..
Like :

Code: 
<span onmouseout=this.src='' onmouseover=this.src=image.jpg>text</span>
it obviously won't work,but it was example for what i want.
How can i replace 'span' with 'img' and then use 'this.src'?
Porsche_maniak Reviewed by Porsche_maniak on . html question ? Is there simple way to show image when mouseover text.. Like : <span onmouseout=this.src='' onmouseover=this.src=image.jpg>text</span> it obviously won't work,but it was example for what i want. How can i replace 'span' with 'img' and then use 'this.src'? Rating: 5